Commit 1ffbe84d authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] fix bug 32491.

parent 52892730
......@@ -1511,6 +1511,7 @@ define([
break;
case 'queryClose':
if ($('body .asc-window:visible').length === 0) {
this.api.asc_closeCellEditor();
Common.Gateway.internalMessage('canClose', {mr:data.data.mr, answer: true});
}
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment