[SSE] Remove extra function
This commit is contained in:
parent
7272ebad10
commit
61e2292801
|
@ -929,9 +929,6 @@ define([
|
||||||
handler: function(result, value) {
|
handler: function(result, value) {
|
||||||
if (result == 'ok') {
|
if (result == 'ok') {
|
||||||
props.endEdit();
|
props.endEdit();
|
||||||
if (me.api) {
|
|
||||||
me.api.asc_editChartDrawingObject(value.chartSettings);
|
|
||||||
}
|
|
||||||
me._isEditType = false;
|
me._isEditType = false;
|
||||||
}
|
}
|
||||||
Common.NotificationCenter.trigger('edit:complete', me);
|
Common.NotificationCenter.trigger('edit:complete', me);
|
||||||
|
|
Loading…
Reference in a new issue