refactor(core): remove selectionOnDrag prop and use selectionKeyCode to trigger selection
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -19,8 +19,6 @@ const { onNodeDragStop, onConnect, addEdges, setTransform, toObject } = useVueFl
|
||||
maxZoom: 4,
|
||||
connectOnClick: true,
|
||||
fitViewOnInit: false,
|
||||
selectionOnDrag: true,
|
||||
panOnDrag: [2],
|
||||
})
|
||||
|
||||
onNodeDragStop((e) => console.log('drag stop', e))
|
||||
|
||||
Reference in New Issue
Block a user