Bug 901019 - Reset selection monocles when pasting text into chrome or content. r=bbondy

This commit is contained in:
Jim Mathies 2013-08-19 04:25:59 -05:00
parent 733a0db294
commit 625d48327c

View File

@ -93,12 +93,12 @@ var ContextCommands = {
let y = ContextMenuUI.popupState.y;
let json = {x: x, y: y, command: "paste" };
target.messageManager.sendAsyncMessage("Browser:ContextCommand", json);
SelectionHelperUI.closeEditSession();
} else {
// chrome
CommandUpdater.doCommand("cmd_paste");
target.focus();
}
SelectionHelperUI.closeEditSession();
},
pasteAndGo: function cc_pasteAndGo() {