Search keywords on paste
This commit is contained in:
parent
f914d76ce8
commit
09c5247dba
7 changed files with 70 additions and 61 deletions
|
@ -83,7 +83,9 @@ const exec = (operation, repeat, settings, addonEnabled) => {
|
|||
consoleFrames.postInfo(window.document, 'Current url yanked');
|
||||
break;
|
||||
case operations.URLS_PASTE:
|
||||
urls.paste(window, operation.newTab ? operation.newTab : false);
|
||||
urls.paste(
|
||||
window, operation.newTab ? operation.newTab : false, settings.search
|
||||
);
|
||||
break;
|
||||
default:
|
||||
browser.runtime.sendMessage({
|
||||
|
|
Reference in a new issue