From 8cfc2ec21a53df5d159b9c986c7f362ca764a1af Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 11 Feb 2021 15:49:18 +0100 Subject: [PATCH] :bug: Fixes problem with red handler indicator on resize --- CHANGES.md | 13 +++++++------ frontend/src/app/main/data/workspace/texts.cljs | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0731b4cea..474626c4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,20 +16,21 @@ ### Bugs fixed - Make the team deletion defferred (in the same way other objects). -- Problems when transforming path shapes [Taiga 1170](https://tree.taiga.io/project/penpot/issue/1170) +- Problems when transforming path shapes [Taiga #1170](https://tree.taiga.io/project/penpot/issue/1170) - Fix 500 when requestion password reset - Fix ldap function called on login click -- Fix issues when moving shapes outside groups [Taiga 1138](https://tree.taiga.io/project/penpot/issue/1138) -- Fix unexpected exception when uploading image [Taiga 1120](https://tree.taiga.io/project/penpot/issue/1120) +- Fix issues when moving shapes outside groups [Taiga #1138](https://tree.taiga.io/project/penpot/issue/1138) +- Fix unexpected exception when uploading image [Taiga #1120](https://tree.taiga.io/project/penpot/issue/1120) - Fix 404 when access shared link [#615](https://github.com/penpot/penpot/issues/615) -- Fix show correct error when google auth is disabled [Taiga 1119](https://tree.taiga.io/project/penpot/issue/1119) -- Fix apply a color to a text selection from color palette was not working [Taiga 1189](https://tree.taiga.io/project/penpot/issue/1189) -- Fix logo icon in viewer should go to dashboard [Taiga 1149](https://tree.taiga.io/project/penpot/issue/1149) +- Fix show correct error when google auth is disabled [Taiga #1119](https://tree.taiga.io/project/penpot/issue/1119) +- Fix apply a color to a text selection from color palette was not working [Taiga #1189](https://tree.taiga.io/project/penpot/issue/1189) +- Fix logo icon in viewer should go to dashboard [Taiga #1149](https://tree.taiga.io/project/penpot/issue/1149) - Fix text alignment in preview [#594](https://github.com/penpot/penpot/issues/594) - Fix problem when pasting URL's copied from the browser url bar [Taiga #1187](https://tree.taiga.io/project/penpot/issue/1187) - Fix ordering when restoring deleted shapes in sync [Taiga #1163](https://tree.taiga.io/project/penpot/issue/1163) - Fix updates on collaborative editing not updating selection rectangles [Taiga #1127](https://tree.taiga.io/project/penpot/issue/1127) - Fix problem with multiple selection and groups [Taiga #1128](https://tree.taiga.io/project/penpot/issue/1128) +- Fix problem with red handler indicator on resize [Taiga #1188](https://tree.taiga.io/project/penpot/issue/1188) ### Community contributions by (Thank you! :heart:) diff --git a/frontend/src/app/main/data/workspace/texts.cljs b/frontend/src/app/main/data/workspace/texts.cljs index 7e0174599..27ef5ce4a 100644 --- a/frontend/src/app/main/data/workspace/texts.cljs +++ b/frontend/src/app/main/data/workspace/texts.cljs @@ -249,7 +249,7 @@ (assoc :overflow-text true) (and (= :fixed grow-type) overflow-text (<= new-height shape-height)) - (assoc :overflow-text true) + (assoc :overflow-text false) (and (not-changed? shape-width new-width) (= grow-type :auto-width)) (-> (assoc :modifiers modifier-width)