diff --git a/apps/presentationeditor/main/app/controller/Toolbar.js b/apps/presentationeditor/main/app/controller/Toolbar.js index 5892bd748..0b48ead4f 100644 --- a/apps/presentationeditor/main/app/controller/Toolbar.js +++ b/apps/presentationeditor/main/app/controller/Toolbar.js @@ -686,7 +686,7 @@ define([ shape_locked = pr.get_Locked(); no_object = false; if (type == Asc.c_oAscTypeSelectElement.Table || - type == Asc.c_oAscTypeSelectElement.Shape && !pr.get_FromImage() && !pr.get_FromChart()) { + type == Asc.c_oAscTypeSelectElement.Shape && !pr.get_FromImage()) { no_text = false; } in_chart = type == Asc.c_oAscTypeSelectElement.Chart;