mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Fix focus on text editor.
This commit is contained in:
parent
60f9b47115
commit
d7d56db1af
@ -143,6 +143,7 @@
|
|||||||
[:div.text-editor
|
[:div.text-editor
|
||||||
{:ref self-ref
|
{:ref self-ref
|
||||||
:style {:cursor cur/text}
|
:style {:cursor cur/text}
|
||||||
|
:on-click (st/emitf (dwt/focus-editor))
|
||||||
: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