mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 02:16:10 +02:00
🐛 Fixes problem with red handler indicator on resize
This commit is contained in:
parent
10cad69fac
commit
8cfc2ec21a
2 changed files with 8 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue