diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-21 20:50:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-22 00:05:58 +0800 |
commit | e774e551b50af7dfa320adb5e9b5cc7f790f0e52 (patch) | |
tree | 6bf9687764246333e7171534c221bb45bc49c90d /index.html | |
parent | 006cae780d84ab7e94f8fe0c1e0526b35773d979 (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.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |