We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5473a commit ae5d5b4Copy full SHA for ae5d5b4
packages/vue-flow/src/components/Nodes/NodeWrapper.vue
@@ -72,7 +72,7 @@ const updatePosition = (nodePos: XYZPosition, parentPos?: XYZPosition) => {
72
}
73
74
const updateInternals = () => {
75
- updateNodeDimensions([{ id, nodeElement: nodeElement.value, forceUpdate: true }])
+ if (nodeElement.value) updateNodeDimensions([{ id, nodeElement: nodeElement.value, forceUpdate: true }])
76
77
updatePosition(
78
{
0 commit comments