0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

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

@ -22,6 +22,7 @@
### :bug: Bugs fixed ### :bug: Bugs fixed
- Fix issues on group rendering. - Fix issues on group rendering.
- Fix problem with text editing auto-height [Taiga #1683](https://tree.taiga.io/project/penpot/issue/1683)
## 1.5.3-alpha ## 1.5.3-alpha

View file

@ -139,7 +139,9 @@
[:div.text-editor [:div.text-editor
{:ref self-ref {:ref self-ref
:style {:cursor cur/text} :style {:cursor cur/text
:width (:width shape)
:height (:height shape)}
:on-click (st/emitf (dwt/focus-editor)) :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")