Skip to content

Commit

Permalink
[se] Fix bug 71940
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov committed Feb 12, 2025
1 parent 4232db4 commit ae1bb0d
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 @@ -1314,7 +1314,7 @@
this.handlers.trigger('onContextMenu', event);
return result;
}

return result;
case 219:
case 221:
if (!ctrlKey || t.getCellEditMode() || !canEdit || selectionDialogMode) {
Expand Down

0 comments on commit ae1bb0d

Please sign in to comment.