feat: allow customisation of how the select box works.
This commit is contained in:
@@ -45,6 +45,7 @@ const FlowRenderer = ({
|
||||
onMoveEnd,
|
||||
selectionKeyCode,
|
||||
selectBoxOnDrag,
|
||||
selectBoxMode,
|
||||
onSelectionStart,
|
||||
onSelectionEnd,
|
||||
multiSelectionKeyCode,
|
||||
@@ -123,6 +124,7 @@ const FlowRenderer = ({
|
||||
onContextMenu={onContextMenu}
|
||||
onWheel={onWheel}
|
||||
isSelectionMode={isSelectionMode}
|
||||
selectBoxMode={selectBoxMode}
|
||||
>
|
||||
{children}
|
||||
{nodesSelectionActive && (
|
||||
|
||||
Reference in New Issue
Block a user