Commit 67a69ca9 authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander.Trofimov

[mobile] убрал cell/native/WorksheetView.js

parent d4fe4cad
...@@ -3162,18 +3162,18 @@ function CDrawingDocument(drawingObjects) ...@@ -3162,18 +3162,18 @@ function CDrawingDocument(drawingObjects)
this.SelectEnabled = function(bIsEnabled) this.SelectEnabled = function(bIsEnabled)
{ {
// this.m_bIsSelection = bIsEnabled; this.m_bIsSelection = bIsEnabled;
// if (false === this.m_bIsSelection) if (false === this.m_bIsSelection)
// { {
// this.SelectClear(); this.SelectClear();
// //this.m_oWordControl.CheckUnShowOverlay(); // //this.m_oWordControl.CheckUnShowOverlay();
// //this.drawingObjects.OnUpdateOverlay(); // //this.drawingObjects.OnUpdateOverlay();
// this.drawingObjects.getOverlay().m_oContext.globalAlpha = 1.0; // this.drawingObjects.getOverlay().m_oContext.globalAlpha = 1.0;
// } }
} }
this.SelectClear = function() this.SelectClear = function()
{ {
this.Native["DD_SelectClear"]();
} }
this.SearchClear = function() this.SearchClear = function()
{ {
......
This diff is collapsed.
This diff is collapsed.
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