Skip to content

Commit 06dc2ee

Browse files
committed
refactor(core,nodes): use pre flush for dimensions update on handle change
Signed-off-by: braks <[email protected]>
1 parent 1708aa7 commit 06dc2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/Nodes/NodeWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ watch(
104104
() => {
105105
updateNodeDimensions([{ id, nodeElement: nodeElement.value, forceUpdate: true }])
106106
},
107-
{ flush: 'post' },
107+
{ flush: 'pre' },
108108
)
109109
110110
watch(

0 commit comments

Comments
 (0)