refactoring van de cmap structuren bijna compleet
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user