chore(core): cleanup types
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -213,7 +213,7 @@ const NodeWrapper = defineComponent({
|
||||
events: { ...node.events, ...on },
|
||||
selected: !!node.selected,
|
||||
resizing: !!node.resizing,
|
||||
dragging: dragging?.value,
|
||||
dragging: dragging.value,
|
||||
connectable: props.connectable,
|
||||
position: node.position,
|
||||
dimensions: node.dimensions,
|
||||
|
||||
Reference in New Issue
Block a user