mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
This reverts commit 6bd0a17d3c.
This commit is contained in:
@@ -259,7 +259,7 @@
|
||||
firstZoom();
|
||||
}
|
||||
|
||||
const delta = e.deltaY > 0 ? 1 : -1;
|
||||
let delta = e.deltaY > 0 ? 1 : -1;
|
||||
updateScale(scale * (1 - delta * SCALE_PINCH_FACTOR));
|
||||
}, { passive: false });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user