skip force rendering nodes that have handles defined
This commit is contained in:
@@ -79,8 +79,8 @@ const getInitialState = ({
|
||||
|
||||
return {
|
||||
rfId: '1',
|
||||
width: 0,
|
||||
height: 0,
|
||||
width: width ?? 0,
|
||||
height: height ?? 0,
|
||||
transform,
|
||||
nodes: storeNodes,
|
||||
nodesInitialized,
|
||||
|
||||
Reference in New Issue
Block a user