feat(zoom): Allow zoomOnScroll & panOnScroll to be used without an activation key
* activation key is undefined by default, if undefined key is always "pressed"
This commit is contained in:
@@ -31,7 +31,6 @@ const {
|
||||
{ id: 'e1-2', source: '1', target: '2', animated: true },
|
||||
{ id: 'e1-3', source: '1', target: '3' },
|
||||
],
|
||||
zoomActivationKeyCode: isWindows ? 'Shift' : 'Meta',
|
||||
})
|
||||
|
||||
const captureZoomClick = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user