This commit is contained in:
TheGiddyLimit
2024-07-20 15:02:52 +01:00
parent c330614db9
commit 275b97485e
9 changed files with 1840 additions and 1679 deletions

View File

@@ -52,7 +52,7 @@ class Omnisearch {
switch (evt.key) {
case "Enter":
if (EventUtil.isCtrlMetaKey(evt)) {
window.location = `${Renderer.get().baseUrl}${UrlUtil.PG_SEARCH}?${this._iptSearch.val()}`;
window.location = `${Renderer.get().baseUrl}${UrlUtil.PG_SEARCH}?q=${this._iptSearch.val()}`;
break;
}