mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix Bug 76826, bug 76775
This commit is contained in:
@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user