refactor(nodes): prevent jumping

This commit is contained in:
moklick
2022-06-22 17:40:59 +02:00
parent 3b94186903
commit 907e3b26cb
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -122,6 +122,7 @@ const NodeRenderer = (props: NodeRendererProps) => {
isParent={!!node[internalsSymbol]?.isParent}
noDragClassName={props.noDragClassName}
noPanClassName={props.noPanClassName}
initialized={!!node.width && !!node.height}
/>
);
})}