mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fix Pool Search
This commit is contained in:
@ -43,6 +43,8 @@ class PoolListController {
|
|||||||
this._headerView.addEventListener(
|
this._headerView.addEventListener(
|
||||||
"submit",
|
"submit",
|
||||||
(e) => this._evtSubmit(e),
|
(e) => this._evtSubmit(e),
|
||||||
|
);
|
||||||
|
this._headerView.addEventListener(
|
||||||
"navigate",
|
"navigate",
|
||||||
(e) => this._evtNavigate(e)
|
(e) => this._evtNavigate(e)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user