0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-24 07:46:13 -05:00

🐛 Fix max- min- width height not being applied

This commit is contained in:
Andrey Fedorov 2025-02-14 11:44:51 +01:00 committed by Andrés Moya
parent 6b773d6b74
commit aa180e9f3f

View file

@ -278,8 +278,9 @@
:layout-item-max-w value :layout-item-max-w value
:layout-item-max-h value} :layout-item-max-h value}
(select-keys attributes))] (select-keys attributes))]
(dwsl/update-layout-child shape-ids props {:ignore-touched true (rx/of
:page-id page-id})))))) (dwsl/update-layout-child shape-ids props {:ignore-touched true
:page-id page-id})))))))
;; Token Types ----------------------------------------------------------------- ;; Token Types -----------------------------------------------------------------