Skip to content

Commit

Permalink
Fix leftover get-ref for text input
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp committed Jun 10, 2020
1 parent 95edb27 commit 570b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/text_input.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@
;; one we receive a non-nil ref
(when (and r (nil? @ref))
(swap! text-input-refs assoc r default-value))
(when get-ref (get-ref)))})])}))))
(when get-ref (get-ref r)))})])}))))

0 comments on commit 570b46b

Please sign in to comment.