Commit a1f69b25 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix ONLYOFFICE/DocumentServer#107

parent 17cefe31
...@@ -919,8 +919,7 @@ ...@@ -919,8 +919,7 @@
case 90: // undo Ctrl + z case 90: // undo Ctrl + z
case 192: // set general format Ctrl + Shift + ~ case 192: // set general format Ctrl + Shift + ~
if (isViewerMode || t.isSelectionDialogMode) { if (isViewerMode || t.isSelectionDialogMode) {
stop(); return true;
return result;
} }
case 65: // select all Ctrl + a case 65: // select all Ctrl + a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment