Fix Bug 76826, bug 76775

This commit is contained in:
Julia.Radzhabova
2025-09-22 12:29:34 +03:00
parent d933d5898c
commit 11ce1749b7
4 changed files with 4 additions and 7 deletions

View File

@ -683,8 +683,7 @@ define([
chart.changeType(type);
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
} else {
me.api.asc_addChartDrawingObject(type);
me.api.asc_editChartInFrameEditor();
me.api.asc_addChartDrawingObject(type, undefined, true);
me.toolbar.fireEvent('insertchart', me.toolbar);
}
},