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:
parent
9cd207595f
commit
4eeef41ed4
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue