From 222f869c842b13d4bc7464a8fa2cceff6f64fa00 Mon Sep 17 00:00:00 2001
From: siikamiika <siikamiika@users.noreply.github.com>
Date: Sun, 26 Jan 2020 02:11:48 +0200
Subject: fix search page hotkey

---
 ext/bg/js/backend.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ext/bg/js')

diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js
index 407dc965..d80e7713 100644
--- a/ext/bg/js/backend.js
+++ b/ext/bg/js/backend.js
@@ -600,7 +600,7 @@ class Backend {
     // Command handlers
 
     async _onCommandSearch(params) {
-        const {mode, query} = params || {};
+        const {mode, query} = params || {mode: 'sameTab'};
 
         const options = await this.getOptions(this.optionsContext);
         const {popupWidth, popupHeight} = options.general;
-- 
cgit v1.2.3