chore: add select box mode to figma example.

This commit is contained in:
Jack Fishwick
2022-09-28 16:21:34 +01:00
parent 09ebd0c84a
commit 5a192e0068

View File

@@ -61,6 +61,7 @@ const BasicFlow = () => {
defaultNodes={initialNodes}
defaultEdges={initialEdges}
selectBoxOnDrag
selectBoxMode="Overlap"
panOnDrag={spaceBarPressed ? true : 'RightClick'}
panOnScroll
onPaneContextMenu={logEvent}