[SSE] Fix chart editing

This commit is contained in:
Julia Radzhabova 2018-11-19 15:52:44 +03:00
parent c900b342f1
commit b5c3dc1163

View file

@ -983,6 +983,8 @@ define([
var win = new SSE.Views.CellRangeDialog({
handler: handlerDlg
}).on('close', function() {
me.api.asc_onCloseChartFrame();
});
win.show();