compleet ontvlochten
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user