allow wheel events when connection is being made
This commit is contained in:
@@ -51,7 +51,7 @@ export function createFilter({
|
|||||||
}
|
}
|
||||||
|
|
||||||
// we want to disable pinch-zooming while making a connection
|
// we want to disable pinch-zooming while making a connection
|
||||||
if (connectionInProgress) {
|
if (connectionInProgress && !(event.type === 'wheel')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user