Commit e8c82f50 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Bug: need to close context menu when 'Paste' is selected.

parent 1d52bcc2
......@@ -1663,9 +1663,6 @@ define([
menu.addItem(mnu);
});
(menu.items.length>0) && menu.items[0].setChecked(true, true);
Common.UI.Menu.Manager.hideAll();
}
if (coord.asc_getX()<0 || coord.asc_getY()<0) {
if (pasteContainer.is(':visible')) pasteContainer.hide();
......
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