mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Add missing text cursor on the editor.
This commit is contained in:
parent
7709d219a9
commit
7db82a6af1
@ -147,6 +147,7 @@
|
|||||||
(mf/use-layout-effect on-mount)
|
(mf/use-layout-effect on-mount)
|
||||||
|
|
||||||
[:div.text-editor {:ref self-ref
|
[:div.text-editor {:ref self-ref
|
||||||
|
:style {:cursor cur/text}
|
||||||
:class (dom/classnames
|
:class (dom/classnames
|
||||||
:align-top (= (:vertical-align content "top") "top")
|
:align-top (= (:vertical-align content "top") "top")
|
||||||
:align-center (= (:vertical-align content) "center")
|
:align-center (= (:vertical-align content) "center")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user