chore: add select box mode to figma example.

This commit is contained in:
Jack Fishwick
2022-11-22 11:05:48 +00:00
parent 09ebd0c84a
commit 5a192e0068
@@ -61,6 +61,7 @@ const BasicFlow = () => {
defaultNodes={initialNodes}
defaultEdges={initialEdges}
selectBoxOnDrag
selectBoxMode="Overlap"
panOnDrag={spaceBarPressed ? true : 'RightClick'}
panOnScroll
onPaneContextMenu={logEvent}