Skip to content

Commit 3c97009

Browse files
committed
switcher - remove children from input. bump version to 0.3.42
1 parent 83f40d3 commit 3c97009

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.intception/om-widgets "0.3.41"
1+
(defproject org.clojars.intception/om-widgets "0.3.42"
22
:description "Widgets for OM/React"
33
:url "https://github.com/orgs/intception/"
44
:license {:name "Eclipse Public License"

‎src/om_widgets/switcher.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
:onChange (fn [e]
2424
(when channel
2525
(put! channel value))
26-
(om/update! cursor cursor-path value))}
27-
text]]))))
26+
(om/update! cursor cursor-path value))}]
27+
text]))))
2828

2929
(defn switcher
3030
[cursor owner]

0 commit comments

Comments
 (0)