There was an error while loading. Please reload this page.
1 parent 83f40d3 commit 3c97009Copy full SHA for 3c97009
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.clojars.intception/om-widgets "0.3.41"
+(defproject org.clojars.intception/om-widgets "0.3.42"
2
:description "Widgets for OM/React"
3
:url "https://github.com/orgs/intception/"
4
:license {:name "Eclipse Public License"
src/om_widgets/switcher.cljs
@@ -23,8 +23,8 @@
23
:onChange (fn [e]
24
(when channel
25
(put! channel value))
26
- (om/update! cursor cursor-path value))}
27
- text]]))))
+ (om/update! cursor cursor-path value))}]
+ text]))))
28
29
(defn switcher
30
[cursor owner]
0 commit comments