Commit 5d869b02 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил баг http://bugzserver/show_bug.cgi?id=25539

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57456 954022d7-b5bf-4e40-9824-e11837661b57
parent a14ff444
......@@ -1473,7 +1473,10 @@
// Проверяем, открыт ли редактор
if (ws.getCellEditMode()) {
if (false === this.cellEditor.insertFormula (functionName)) {
// При autoComplete заканчиваем ввод
if (autoComplete)
this.cellEditor.close(true);
else if (false === this.cellEditor.insertFormula (functionName)) {
// Не смогли вставить формулу, закроем редактор, с сохранением текста
this.cellEditor.close(true);
}
......
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