fix(nodes): handle double click
This commit is contained in:
@@ -127,6 +127,7 @@ const NodeRenderer = (props: NodeRendererProps) => {
|
||||
zIndex={node[internalsSymbol]?.z ?? 0}
|
||||
isParent={!!node[internalsSymbol]?.isParent}
|
||||
noDragClassName={props.noDragClassName}
|
||||
noPanClassName={props.noPanClassName}
|
||||
initialized={!!node.width && !!node.height}
|
||||
rfId={props.rfId}
|
||||
disableKeyboardA11y={props.disableKeyboardA11y}
|
||||
|
||||
Reference in New Issue
Block a user