fix search page hotkey
This commit is contained in:
parent
939ad42dac
commit
222f869c84
@ -600,7 +600,7 @@ class Backend {
|
|||||||
// Command handlers
|
// Command handlers
|
||||||
|
|
||||||
async _onCommandSearch(params) {
|
async _onCommandSearch(params) {
|
||||||
const {mode, query} = params || {};
|
const {mode, query} = params || {mode: 'sameTab'};
|
||||||
|
|
||||||
const options = await this.getOptions(this.optionsContext);
|
const options = await this.getOptions(this.optionsContext);
|
||||||
const {popupWidth, popupHeight} = options.general;
|
const {popupWidth, popupHeight} = options.general;
|
||||||
|
Loading…
Reference in New Issue
Block a user