Commit 1247379b authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32400

parent dc73a1f1
...@@ -2031,7 +2031,7 @@ var editor; ...@@ -2031,7 +2031,7 @@ var editor;
spreadsheet_api.prototype.asc_enableKeyEvents = function(isEnabled) { spreadsheet_api.prototype.asc_enableKeyEvents = function(isEnabled) {
if (!this.isLoadFullApi) { if (!this.isLoadFullApi) {
this.tmpFocus = value; this.tmpFocus = isEnabled;
return; return;
} }
......
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