Long delays on dispatch are gone. So no need to use dispatch-sync.

This commit is contained in:
mike-thompson-day8 2015-11-02 22:38:59 +11:00
parent 420e42aacc
commit c0da4d6606
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
"Time color: "
[:input {:type "text"
:value @time-color
:on-change #(dispatch-sync
:on-change #(dispatch
[:time-color (-> % .-target .-value)])}]])))
(defn simple-example