From 7db82a6af11b5bcd3db0ce30b332bca47b8a7d68 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 15 Mar 2021 15:51:32 +0100 Subject: [PATCH] :bug: Add missing text cursor on the editor. --- frontend/src/app/main/ui/workspace/shapes/text/editor.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs b/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs index f09baf2649..525373ff2c 100644 --- a/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs @@ -147,6 +147,7 @@ (mf/use-layout-effect on-mount) [:div.text-editor {:ref self-ref + :style {:cursor cur/text} :class (dom/classnames :align-top (= (:vertical-align content "top") "top") :align-center (= (:vertical-align content) "center")