change selectionOnDrag default to false

This commit is contained in:
peterkogo
2025-11-03 12:41:32 +01:00
parent 7680cef3d8
commit 8b73e4ac2c

View File

@@ -61,7 +61,7 @@
panOnScroll = false,
panOnScrollSpeed = 0.5,
panOnDrag = true,
selectionOnDrag = true,
selectionOnDrag = false,
connectionLineComponent,
connectionLineStyle,
connectionLineContainerStyle,