diff --git a/packages/system/src/xypanzoom/filter.ts b/packages/system/src/xypanzoom/filter.ts index 8446f20c..70375f4c 100644 --- a/packages/system/src/xypanzoom/filter.ts +++ b/packages/system/src/xypanzoom/filter.ts @@ -51,7 +51,7 @@ export function createFilter({ } // we want to disable pinch-zooming while making a connection - if (connectionInProgress) { + if (connectionInProgress && !(event.type === 'wheel')) { return false; }