Skip to content

Commit

Permalink
[se] Fix bug 71924
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov committed Feb 12, 2025
1 parent 6813d78 commit 80b93fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell/view/EventsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@
deltaY = 0;
}

if (event.shiftKey) {
if (!AscCommon.AscBrowser.isMacOs && event.shiftKey) {
deltaX = deltaY;
deltaY = 0;
}
Expand Down

0 comments on commit 80b93fc

Please sign in to comment.