Commit 8f9c3876 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59153 954022d7-b5bf-4e40-9824-e11837661b57
parent dd8922ea
......@@ -3330,7 +3330,8 @@ DrawingObjectsController.prototype =
remove: function(dir)
{
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;
}
......
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