compleet ontvlochten

This commit is contained in:
2026-09-03 17:13:22 +02:00
parent 3684c5ddbf
commit e971dfe942
4 changed files with 634 additions and 484 deletions
@@ -30,7 +30,6 @@ export class CmapEditorUiController {
this.bind("#cmap-group-selected", "click", () => this.actions.group?.());
this.bind("#cmap-ungroup-selected", "click", (_event, editor) => editor?.ungroupSelection());
this.bind("#cmap-hide-selected", "click", (_event, editor) => editor?.hideSelectionInCurrentContext());
this.bind("#cmap-select-all", "click", (_event, editor) => editor?.selectAll());
this.bind("#cmap-zoom-out", "click", () => this.actions.zoom?.(-10));
this.bind("#cmap-zoom-in", "click", () => this.actions.zoom?.(10));
this.bind("#cmap-zoom-reset", "click", () => this.actions.zoom?.(100, true));