Merge branch 'main' into develop

This commit is contained in:
Andrey Antukh 2021-05-12 15:21:07 +02:00
commit 8e785e62e3
2 changed files with 4 additions and 1 deletions

View file

@ -139,7 +139,9 @@
[:div.text-editor
{:ref self-ref
:style {:cursor cur/text}
:style {:cursor cur/text
:width (:width shape)
:height (:height shape)}
:on-click (st/emitf (dwt/focus-editor))
:class (dom/classnames
:align-top (= (:vertical-align content "top") "top")