refactor(core): do not update positions when updateNodeInternals is triggered

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-07 17:55:10 +01:00
committed by Braks
parent afe024900c
commit 75c11e5f3e

View File

@@ -168,8 +168,6 @@ function updatePosition() {
function updateInternals() {
if (nodeElement.value) updateNodeDimensions([{ id, nodeElement: nodeElement.value, forceUpdate: true }])
updatePosition()
}
function onMouseEnter(event: MouseEvent) {