Skip to content

Commit

Permalink
[cleanup]
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Oct 16, 2024
1 parent 9f952cc commit 158a242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_com/tabs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
(get-in parts [:button :class]))
:style style
:on-click (when (and on-change (not selected?) (not disabled?))
(handler-fn (println (gensym)) (on-change id)))}
(handler-fn (on-change id)))}
(when tooltip
{:on-mouse-over (handler-fn (reset! showing id))
:on-mouse-out (handler-fn (swap! showing #(when-not (= id %) %)))})
Expand Down

0 comments on commit 158a242

Please sign in to comment.