Skip to content

Commit

Permalink
dom/text returns nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingetz committed Sep 5, 2024
1 parent c391a81 commit 7573ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperfiddle/electric_dom3.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"Mount a DOM TextNode in current `node` for each argument in `args`.
Each TextNode will contain the stringified argument.
Return last argument as in `do`."
[& args] `(do ~@(for [arg args] `($ Text ~arg))))
[& args] `(do ~@(for [arg args] `($ Text ~arg)) (e/amb)))

;;;;;;;;;;;;;
;; Comment ;;
Expand Down

0 comments on commit 7573ccc

Please sign in to comment.