Prevent adding filter-items on blur

This commit is contained in:
Saskia Lindner 2017-07-31 14:46:13 +02:00
parent c676186a35
commit 2e0e7375dc
1 changed files with 0 additions and 1 deletions

View File

@ -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)