refactor(zoom): Rename paneMovable to panOnDrag

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent c544a02344
commit 0bb54d6d36
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const props = withDefaults(defineProps<FlowProps>(), {
zoomOnPinch: undefined,
zoomOnDoubleClick: undefined,
panOnScroll: undefined,
paneMovable: undefined,
panOnDrag: undefined,
applyDefault: undefined,
fitViewOnInit: undefined,
zoomActivationKeyCode: () => null,