🐛 Fixes problem with red handler indicator on resize

This commit is contained in:
alonso.torres 2021-02-11 15:49:18 +01:00
parent 10cad69fac
commit 8cfc2ec21a
2 changed files with 8 additions and 7 deletions

View file

@ -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)