Commit e61a5527 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix assembly files

parent 578f64a5
...@@ -1530,6 +1530,7 @@ ...@@ -1530,6 +1530,7 @@
* @returns {WorkbookView} * @returns {WorkbookView}
*/ */
WorkbookView.prototype.showWorksheet = function (index, isResized, bLockDraw) { WorkbookView.prototype.showWorksheet = function (index, isResized, bLockDraw) {
// ToDo disable method for assembly
if (index === this.wsActive) { if (index === this.wsActive) {
return this; return this;
} }
...@@ -1624,7 +1625,7 @@ ...@@ -1624,7 +1625,7 @@
ws.objectRender.controller.updateOverlay(); ws.objectRender.controller.updateOverlay();
} }
if (isSendInfo) { if (isSendInfo && !window["NATIVE_EDITOR_ENJINE"]) {
this._onSelectionNameChanged(ws.getSelectionName(/*bRangeText*/false)); this._onSelectionNameChanged(ws.getSelectionName(/*bRangeText*/false));
this._onWSSelectionChanged(); this._onWSSelectionChanged();
this._onSelectionMathInfoChanged(ws.getSelectionMathInfo()); this._onSelectionMathInfoChanged(ws.getSelectionMathInfo());
......
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