Commit d6d1322e authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35492

parent a638f9dc
......@@ -830,6 +830,9 @@
};
baseEditorsApi.prototype.asc_onOpenChartFrame = function()
{
if(this.isMobileVersion){
return;
}
this.isOpenedChartFrame = true;
};
baseEditorsApi.prototype.asc_onCloseChartFrame = function()
......
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