mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix focus on text editor.
This commit is contained in:
parent
60f9b47115
commit
d7d56db1af
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@
|
|||
[:div.text-editor
|
||||
{:ref self-ref
|
||||
:style {:cursor cur/text}
|
||||
:on-click (st/emitf (dwt/focus-editor))
|
||||
:class (dom/classnames
|
||||
:align-top (= (:vertical-align content "top") "top")
|
||||
:align-center (= (:vertical-align content) "center")
|
||||
|
|
Loading…
Add table
Reference in a new issue