Reset filter input to empty string

This commit is contained in:
Saskia Lindner 2017-07-31 15:04:07 +02:00
parent 2e0e7375dc
commit e823807feb
1 changed files with 3 additions and 1 deletions

View File

@ -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 []