refactoring van de cmap structuren bijna compleet

This commit is contained in:
2026-09-03 16:21:21 +02:00
parent 1abc84489f
commit bd1ef6bed0
75 changed files with 2547 additions and 1967 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ async function loadEditorFactory() {
clearTimeout,
requestAnimationFrame: (callback) => callback()
};
await import("../static/cmap/cmap-racket-wiki.js");
await import("../static/js/cmap/cmap-racket-wiki.js");
editorFactory = global.window.RacketWikiCmap;
return editorFactory;
}
@@ -139,7 +139,7 @@ test("single-click selects and double-click edits every kind of concept", async
test("a linked CMap opens only through its arrow decorator", async () => {
await loadEditorFactory();
const { CmapItemDecorator } = await import(
"../static/cmap/view/cmap-item-decorator.js");
"../static/js/cmap/view/cmap-item-decorator.js");
const listeners = new Map();
const linkedButton = {
dataset: {},