From cdc4ee05a773a236350a7aed49d5b6c2c7e48cd8 Mon Sep 17 00:00:00 2001 From: Reimar Date: Sat, 11 Oct 2025 22:41:59 +0200 Subject: [PATCH] add project name --- index.html | 1 + src/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 2567be4..18ef7ef 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@
+
Code editor diff --git a/src/index.js b/src/index.js index 85c21e3..8302a2c 100644 --- a/src/index.js +++ b/src/index.js @@ -69,6 +69,7 @@ const saveJsButton = document.querySelector("#save-js"); const saveHtmlButton = document.querySelector("#save-html"); const saveKarlkoderButton = document.querySelector("#save-karlkoder"); const toggleSpriteEditorButton = document.querySelector("#toggle-sprite-editor-button"); +const projectName = document.querySelector("#project-name"); const sessionSaveDebounce = new Debounce(1000); editor.addEventListener("change", () => {