This commit is contained in:
Aleksandr Morozov 2025-01-27 05:12:01 +00:00
parent 6125b0c323
commit 296732dc12

View file

@ -393,7 +393,7 @@
}
#execute(query) {
const target = CONFIG.openLinksInNewTab ? '_blank' : '_self';
const target = CONFIG.openLinksInNewTab ? '_self' : '_blank';
window.open(Search.#parseQuery(query).url, target, 'noopener noreferrer');
this.#close();
}