diff --git a/CHANGES.md b/CHANGES.md index c8d5b9cb4..dcc379a4e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ ### :bug: Bugs fixed +- Fix default value of grow type in texts [Taiga #4034](https://tree.taiga.io/project/penpot/issue/4034) - Fix error when moving nested frames outside [Taiga #4017](https://tree.taiga.io/project/penpot/issue/4017) - Fix problem when hovering over nested frames [Taiga #4018](https://tree.taiga.io/project/penpot/issue/4018) - Fix problem editing rotated texts [Taiga #4026](https://tree.taiga.io/project/penpot/issue/4026) diff --git a/frontend/src/app/main/data/workspace/drawing/common.cljs b/frontend/src/app/main/data/workspace/drawing/common.cljs index 03f956aa5..1a1c4757c 100644 --- a/frontend/src/app/main/data/workspace/drawing/common.cljs +++ b/frontend/src/app/main/data/workspace/drawing/common.cljs @@ -46,6 +46,9 @@ shape (cond-> shape + (not click-draw?) + (-> (assoc :grow-type :fixed)) + (and click-draw? (not text?)) (-> (assoc :width min-side :height min-side) (assoc-in [:modifiers :displacement]