@@ -717,6 +744,20 @@ useShortcuts({
+
+
+
+
@@ -855,7 +902,7 @@ useShortcuts({
- moveNode([i], x, y)" @resize="(i, x, y, w, h) => resizeNode([i], x, y, w, h)" @input="(id, text) => editNodeProperty([id], node.type === 'group' ? 'label' : 'text', text)" :snap="snapFinder.findNodeSnapPosition.bind(snapFinder)" @edge="dragStartEdgeTo" />
@@ -871,7 +918,7 @@ useShortcuts({