mirror of
https://github.com/status-im/reagent.git
synced 2025-01-13 21:34:29 +00:00
Make todomvc feel more responsive
This commit is contained in:
parent
d188be004e
commit
b1bec33448
@ -35,7 +35,7 @@
|
||||
[:input (merge props
|
||||
{:type "text" :value @val :on-blur save
|
||||
:on-change #(reset! val (-> % .-target .-value))
|
||||
:on-key-up #(case (.-which %)
|
||||
:on-key-down #(case (.-which %)
|
||||
13 (save)
|
||||
27 (stop)
|
||||
nil)})])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user