mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.209.3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user