Commit f6fdc94c authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Bug 31875

parent 27c99b7a
......@@ -155,6 +155,9 @@ define([
this.api.isCEditorFocused = undefined;
else if (this.api.isCellEdited)
this.api.isCEditorFocused = true;
if (Common.Utils.isIE && !$('#menu-formula-selection').hasClass('open')) {// for formula menu
this.getApplication().getController('DocumentHolder').documentHolder.focus();
}
},
onKeyupCellEditor: function(e) {
......
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