mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-02-04 10:23:39 +00:00
Prevent adding filter-items on blur
This commit is contained in:
parent
c676186a35
commit
2e0e7375dc
@ -126,7 +126,6 @@
|
||||
:value @val
|
||||
:style {:margin 7}
|
||||
:auto-focus true
|
||||
:on-blur save
|
||||
:on-change #(reset! val (-> % .-target .-value))
|
||||
:on-key-down #(case (.-which %)
|
||||
13 (save)
|
||||
|
Loading…
x
Reference in New Issue
Block a user