Commit 780eebc3 authored by Alexander.Trofimov's avatar Alexander.Trofimov

+ for bug 35695

parent 107e1738
...@@ -1031,10 +1031,10 @@ ...@@ -1031,10 +1031,10 @@
this.handlers.trigger('addFunction', this.handlers.trigger('addFunction',
AscCommonExcel.cFormulaFunctionToLocale ? AscCommonExcel.cFormulaFunctionToLocale['SUM'] : AscCommonExcel.cFormulaFunctionToLocale ? AscCommonExcel.cFormulaFunctionToLocale['SUM'] :
'SUM', Asc.c_oAscPopUpSelectorType.Func, true); 'SUM', Asc.c_oAscPopUpSelectorType.Func, true);
stop();
} else { } else {
this.skipKeyPress = false; this.skipKeyPress = false;
} }
stop();
return result; return result;
case 93: case 93:
......
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