Fix Bug 57987
This commit is contained in:
parent
6b072a7e68
commit
4821cab7ee
|
@ -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();
|
||||
|
|
|
@ -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(){
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue