Commit 815b0b79 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

неправильно скрывался celleditor при редактировании формулы.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68255 954022d7-b5bf-4e40-9824-e11837661b57
parent a1f53d87
...@@ -1260,12 +1260,12 @@ ...@@ -1260,12 +1260,12 @@
index = this.cellFormulaEnterWSOpen.model.getIndex(); index = this.cellFormulaEnterWSOpen.model.getIndex();
isCellEditMode = isCellEditMode ? isCellEditMode : this.cellFormulaEnterWSOpen.getCellEditMode(); isCellEditMode = isCellEditMode ? isCellEditMode : this.cellFormulaEnterWSOpen.getCellEditMode();
this.cellFormulaEnterWSOpen.setCellEditMode(false); this.cellFormulaEnterWSOpen.setCellEditMode(false);
this.cellFormulaEnterWSOpen = null;
if( index != ws.model.getIndex() ){ if( index != ws.model.getIndex() ){
this.showWorksheet(index); this.showWorksheet(index);
this.handlers.trigger("asc_onActiveSheetChanged", index); this.handlers.trigger("asc_onActiveSheetChanged", index);
} }
ws = this.cellFormulaEnterWSOpen; ws = this.getWorksheet(index);
this.cellFormulaEnterWSOpen = null;
} }
for (var i in this.wsViews) { for (var i in this.wsViews) {
......
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