feat: basic ripple editing

This commit is contained in:
Maze Winther
2026-02-23 07:09:26 +01:00
parent 1762dc077d
commit 744419469d
7 changed files with 175 additions and 79 deletions
+4
View File
@@ -105,6 +105,10 @@ export const ACTIONS = {
category: "editing",
defaultShortcuts: ["n"],
},
"toggle-ripple-editing": {
description: "Toggle ripple editing",
category: "editing",
},
"select-all": {
description: "Select all elements",
category: "selection",