mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:45:08 +08:00
block shift+f3 for spredsheeteditor in file mode
This commit is contained in:
@ -2084,7 +2084,7 @@ define([
|
||||
return false;
|
||||
},
|
||||
'shift+f3': function(e) {
|
||||
if (me.editMode && !me.toolbar.btnInsertFormula.isDisabled()) {
|
||||
if (me.editMode && !me.toolbar.btnInsertFormula.isDisabled() && !me.getApplication().getController('LeftMenu').leftMenu.menuFile.isVisible()) {
|
||||
var controller = me.getApplication().getController('FormulaDialog');
|
||||
if (controller) {
|
||||
controller.showDialog();
|
||||
|
||||
Reference in New Issue
Block a user