Commit 25d26814 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused undoAll

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68033 954022d7-b5bf-4e40-9824-e11837661b57
parent d041516a
...@@ -4751,7 +4751,6 @@ function offline_cell_editor_close(x, y, width, height, ratio) { ...@@ -4751,7 +4751,6 @@ function offline_cell_editor_close(x, y, width, height, ratio) {
if (cellEditor.close(true)) { if (cellEditor.close(true)) {
_api.wb.getWorksheet().handlers.trigger('applyCloseEvent', e); _api.wb.getWorksheet().handlers.trigger('applyCloseEvent', e);
} else { } else {
cellEditor.undoAll();
cellEditor.close(); cellEditor.close();
length = 0; length = 0;
} }
......
...@@ -2073,7 +2073,6 @@ ...@@ -2073,7 +2073,6 @@
if (t.handlers.trigger("isGlobalLockEditCell")) { if (t.handlers.trigger("isGlobalLockEditCell")) {
return false; return false;
} }
t.undoAll();
t.close(); t.close();
return false; return false;
......
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