From 596102c3fe5ba3b2f89060bc322719a1e834cdce Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Sun, 10 Dec 2023 08:24:49 +0200 Subject: [PATCH] fix text cursor --- src/renderer/tools/text.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/tools/text.cljs b/src/renderer/tools/text.cljs index c2d110df..eddb23e3 100644 --- a/src/renderer/tools/text.cljs +++ b/src/renderer/tools/text.cljs @@ -104,7 +104,7 @@ " " "\u00a0")])))) :style {:color "transparent" - :caret-color fill + :caret-color (or fill "black") :display "block" :width (+ width 15) :height height