Node: only use cursor grab when draggable

This commit is contained in:
peterkogo
2024-02-21 08:01:39 +01:00
parent 9fb4979631
commit f8168869bd
2 changed files with 6 additions and 6 deletions
@@ -220,6 +220,7 @@ export function NodeWrapper<NodeType extends Node>({
selected: node.selected,
selectable: isSelectable,
parent: isParent,
draggable: isDraggable,
dragging,
},
])}