diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-18 00:04:05 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-18 00:04:05 +0800 |
commit | 7769a31a6eb4a8a95fed080f6df8e00b7703c42e (patch) | |
tree | 7dbe918a422c229f502d4d51bc04c0379b5f47d7 /src | |
parent | c9fa07f1a19966ca061849099adf169005f1d585 (diff) |
fix: patch 4dd0fa8
Diffstat (limited to 'src')
-rw-r--r-- | src/editor.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.mjs b/src/editor.mjs index 2854373..d56ad4b 100644 --- a/src/editor.mjs +++ b/src/editor.mjs | |||
@@ -24,7 +24,7 @@ const initialLayout = pageParams.get('layout') | |||
24 | /** Variables: dumbymap and editor **/ | 24 | /** Variables: dumbymap and editor **/ |
25 | const context = document.querySelector('[data-mode]') | 25 | const context = document.querySelector('[data-mode]') |
26 | const textArea = document.querySelector('.editor textarea') | 26 | const textArea = document.querySelector('.editor textarea') |
27 | const dumbyContainer = document.querySelector('.Dumby') | 27 | const dumbyContainer = document.querySelector('.DumbyMap') |
28 | dumbyContainer.dataset.scrollLine = '' | 28 | dumbyContainer.dataset.scrollLine = '' |
29 | /** Watch: DumbyMap */ | 29 | /** Watch: DumbyMap */ |
30 | new window.MutationObserver(mutations => { | 30 | new window.MutationObserver(mutations => { |