mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-26 22:29:24 +00:00
Reset filter input to empty string
This commit is contained in:
parent
2e0e7375dc
commit
e823807feb
@ -128,7 +128,9 @@
|
||||
:auto-focus true
|
||||
:on-change #(reset! val (-> % .-target .-value))
|
||||
:on-key-down #(case (.-which %)
|
||||
13 (save)
|
||||
13 (do
|
||||
(save)
|
||||
(reset! val ""))
|
||||
nil)}])))
|
||||
|
||||
(defn render-traces []
|
||||
|
Loading…
x
Reference in New Issue
Block a user