Fix Bug 57987

This commit is contained in:
Julia Radzhabova 2022-08-07 23:38:31 +03:00
parent 6b072a7e68
commit 4821cab7ee
3 changed files with 3 additions and 0 deletions

View file

@ -320,6 +320,7 @@ define([
oleEditor.on('hide', _.bind(function(cmp, message) {
if (this.api) {
this.api.asc_enableKeyEvents(true);
this.api.asc_onCloseChartFrame();
}
setTimeout(function(){
me.editComplete();

View file

@ -342,6 +342,7 @@ define([
oleEditor.on('hide', _.bind(function(cmp, message) {
if (this.api) {
this.api.asc_enableKeyEvents(true);
this.api.asc_onCloseChartFrame();
}
var me = this;
setTimeout(function(){

View file

@ -277,6 +277,7 @@ define([
oleEditor.on('hide', _.bind(function(cmp, message) {
if (me.api) {
me.api.asc_enableKeyEvents(true);
me.api.asc_onCloseChartFrame();
}
setTimeout(function(){
view.fireEvent('editcomplete', view);