mirror of
https://github.com/penpot/penpot.git
synced 2026-02-28 15:24:15 +00:00
🐛 Fix max- min- width height not being applied
This commit is contained in:
committed by
Andrés Moya
parent
6b773d6b74
commit
aa180e9f3f
@@ -278,8 +278,9 @@
|
||||
:layout-item-max-w value
|
||||
:layout-item-max-h value}
|
||||
(select-keys attributes))]
|
||||
(dwsl/update-layout-child shape-ids props {:ignore-touched true
|
||||
:page-id page-id}))))))
|
||||
(rx/of
|
||||
(dwsl/update-layout-child shape-ids props {:ignore-touched true
|
||||
:page-id page-id})))))))
|
||||
|
||||
;; Token Types -----------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user