fix: "/" page error

This commit is contained in:
Tienson Qin
2024-09-21 09:51:22 +08:00
parent c392a9c321
commit f494ef9786
3 changed files with 4 additions and 3 deletions

View File

@@ -820,8 +820,7 @@
(and backspace? (= last-char "/"))
(and backspace? (= input ""))))
(reset! (::filter state) nil)
;; (load-results :default state)
)))
(load-results :default state))))
150)
:default-value input}]]))