[DE] fix bug 32491.
This commit is contained in:
parent
528927301c
commit
1ffbe84dc5
|
@ -1511,6 +1511,7 @@ define([
|
||||||
break;
|
break;
|
||||||
case 'queryClose':
|
case 'queryClose':
|
||||||
if ($('body .asc-window:visible').length === 0) {
|
if ($('body .asc-window:visible').length === 0) {
|
||||||
|
this.api.asc_closeCellEditor();
|
||||||
Common.Gateway.internalMessage('canClose', {mr:data.data.mr, answer: true});
|
Common.Gateway.internalMessage('canClose', {mr:data.data.mr, answer: true});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue