refactor(core,nodes): use pre flush for dimensions update on handle change

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-20 00:38:56 +01:00
committed by Braks
parent 1708aa7802
commit 06dc2ee941
@@ -104,7 +104,7 @@ watch(
() => { () => {
updateNodeDimensions([{ id, nodeElement: nodeElement.value, forceUpdate: true }]) updateNodeDimensions([{ id, nodeElement: nodeElement.value, forceUpdate: true }])
}, },
{ flush: 'post' }, { flush: 'pre' },
) )
watch( watch(