зеркало из https://github.com/mozilla/gecko-dev.git
Bug 901019 - Reset selection monocles when pasting text into chrome or content. r=bbondy
This commit is contained in:
Родитель
4d104f3de4
Коммит
bf0720c185
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче