Commit 0b8a3a47 authored by Alexey.Musinov's avatar Alexey.Musinov

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

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