Commit 9199372c authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 26126 - Не удаляется текст внутри заголовка диаграммы во фрейме

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59153 954022d7-b5bf-4e40-9824-e11837661b57
parent 7fbb859d
...@@ -3330,7 +3330,8 @@ DrawingObjectsController.prototype = ...@@ -3330,7 +3330,8 @@ DrawingObjectsController.prototype =
remove: function(dir) remove: function(dir)
{ {
var asc = window["Asc"] ? window["Asc"] : (window["Asc"] = {}); var asc = window["Asc"] ? window["Asc"] : (window["Asc"] = {});
if(asc["editor"] && asc["editor"].isChartEditor) var content = this.getTargetDocContent();
if(asc["editor"] && asc["editor"].isChartEditor && !content)
{ {
return; return;
} }
......
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