0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Fix flex layout gaps showing for nested items

This commit is contained in:
Pablo Alba 2023-03-13 11:52:00 +01:00
parent 9cd207595f
commit 4eeef41ed4

View file

@ -692,7 +692,7 @@
:row-gap (if flip-y true false)}
objects (wsh/lookup-page-objects @st/state)
children (->> (cph/get-children objects frame-id)
children (->> (cph/get-immediate-children objects frame-id)
(remove :layout-item-absolute)
(remove :hidden))