fix(nodes): use flush timing post in NodeWrapper.vue
This commit is contained in:
@@ -127,7 +127,7 @@ onMounted(() => {
|
||||
target: getHandleBounds('.target', nodeElement.value, viewport.zoom),
|
||||
}
|
||||
},
|
||||
{ immediate: true },
|
||||
{ immediate: true, flush: 'post' },
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user