Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-05-27 21:15:25 -04:00
commit 9fbfcb019a
10 changed files with 174 additions and 26 deletions

View file

@ -37,7 +37,7 @@ const settings = definePluginSettings({
});
function search(src: string, engine: string) {
open(engine + encodeURIComponent(src), "_blank");
open(engine + encodeURIComponent(src.trim()), "_blank");
}
function makeSearchItem(src: string) {