Fix Bug 57987
This commit is contained in:
parent
6b072a7e68
commit
4821cab7ee
|
@ -320,6 +320,7 @@ define([
|
||||||
oleEditor.on('hide', _.bind(function(cmp, message) {
|
oleEditor.on('hide', _.bind(function(cmp, message) {
|
||||||
if (this.api) {
|
if (this.api) {
|
||||||
this.api.asc_enableKeyEvents(true);
|
this.api.asc_enableKeyEvents(true);
|
||||||
|
this.api.asc_onCloseChartFrame();
|
||||||
}
|
}
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
me.editComplete();
|
me.editComplete();
|
||||||
|
|
|
@ -342,6 +342,7 @@ define([
|
||||||
oleEditor.on('hide', _.bind(function(cmp, message) {
|
oleEditor.on('hide', _.bind(function(cmp, message) {
|
||||||
if (this.api) {
|
if (this.api) {
|
||||||
this.api.asc_enableKeyEvents(true);
|
this.api.asc_enableKeyEvents(true);
|
||||||
|
this.api.asc_onCloseChartFrame();
|
||||||
}
|
}
|
||||||
var me = this;
|
var me = this;
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
|
|
|
@ -277,6 +277,7 @@ define([
|
||||||
oleEditor.on('hide', _.bind(function(cmp, message) {
|
oleEditor.on('hide', _.bind(function(cmp, message) {
|
||||||
if (me.api) {
|
if (me.api) {
|
||||||
me.api.asc_enableKeyEvents(true);
|
me.api.asc_enableKeyEvents(true);
|
||||||
|
me.api.asc_onCloseChartFrame();
|
||||||
}
|
}
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
view.fireEvent('editcomplete', view);
|
view.fireEvent('editcomplete', view);
|
||||||
|
|
Loading…
Reference in a new issue