fix(flow): preventScrolling missing in props definition
* remove console log from ZoomPane * Add missing name to VueFlow Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -106,7 +106,6 @@ invoke(async () => {
|
||||
if (props.panOnScroll && keyPress) {
|
||||
d3s
|
||||
?.on('wheel', (event: WheelEvent) => {
|
||||
console.log('wheel')
|
||||
if (noWheel(event)) return
|
||||
event.preventDefault()
|
||||
event.stopImmediatePropagation()
|
||||
|
||||
Reference in New Issue
Block a user