feat(selection): disable pane movement when selection is dragged

This commit is contained in:
Christopher Möller
2021-11-18 16:53:41 +01:00
parent 2243b0a1f6
commit 004dcc6528
4 changed files with 8 additions and 4 deletions
+1
View File
@@ -122,6 +122,7 @@ const FlowRenderer = ({
onSelectionDrag={onSelectionDrag}
onSelectionDragStop={onSelectionDragStop}
onSelectionContextMenu={onSelectionContextMenu}
noPanClassName={noPanClassName}
/>
)}
<div