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:
Braks
2021-11-23 17:18:35 +01:00
parent 65250c224b
commit c286b3b7ff
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -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()