fix(nodes): use flush timing post in NodeWrapper.vue

This commit is contained in:
braks
2022-08-08 19:18:51 +02:00
committed by Braks
parent a9dc02df8d
commit 80fd818359
@@ -127,7 +127,7 @@ onMounted(() => {
target: getHandleBounds('.target', nodeElement.value, viewport.zoom),
}
},
{ immediate: true },
{ immediate: true, flush: 'post' },
)
})
})