chore(core): cleanup types

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-11 20:28:02 +02:00
committed by Braks
parent 920fb3c9a4
commit d9be769f74
4 changed files with 14 additions and 13 deletions
@@ -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,