mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
fix
This commit is contained in:
parent
6125b0c323
commit
296732dc12
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#execute(query) {
|
#execute(query) {
|
||||||
const target = CONFIG.openLinksInNewTab ? '_blank' : '_self';
|
const target = CONFIG.openLinksInNewTab ? '_self' : '_blank';
|
||||||
window.open(Search.#parseQuery(query).url, target, 'noopener noreferrer');
|
window.open(Search.#parseQuery(query).url, target, 'noopener noreferrer');
|
||||||
this.#close();
|
this.#close();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue