aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-21 20:50:14 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-22 00:05:58 +0800
commite774e551b50af7dfa320adb5e9b5cc7f790f0e52 (patch)
tree6bf9687764246333e7171534c221bb45bc49c90d /index.html
parent006cae780d84ab7e94f8fe0c1e0526b35773d979 (diff)
refactor: use MuationObserver to update contents
BREAKING CHANGE: * generateMaps no more called when content changes
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6ddcc8a..59cf7ce 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,9 @@
29 29
30<body> 30<body>
31 <main data-mode="editing"> 31 <main data-mode="editing">
32 <div class="DumbyMap"></div> 32 <div class="DumbyMap">
33 <div class="SemanticHtml"></div>
34 </div>
33 <div class="editor"> 35 <div class="editor">
34 <textarea></textarea> 36 <textarea></textarea>
35 </div> 37 </div>