[DE] fix bug 32491.

This commit is contained in:
Julia Radzhabova 2016-06-20 11:59:34 +03:00
parent 528927301c
commit 1ffbe84dc5

View file

@ -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;