Skip to content

Commit

Permalink
fix text cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Dec 10, 2023
1 parent 3fe009b commit 596102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/tools/text.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
" "
"\u00a0")]))))
:style {:color "transparent"
:caret-color fill
:caret-color (or fill "black")
:display "block"
:width (+ width 15)
:height height
Expand Down

0 comments on commit 596102c

Please sign in to comment.