mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:38:30 +02:00
🐛 Fix problem with empty mask on layout
This commit is contained in:
parent
28114b166c
commit
bc9be7846a
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
|||
children (cph/get-immediate-children objects shape-id)]
|
||||
|
||||
(cond
|
||||
(cph/mask-shape? shape)
|
||||
(and (cph/mask-shape? shape) (seq children))
|
||||
(get-group-bounds objects bounds modif-tree (-> children first))
|
||||
|
||||
(cph/group-shape? shape)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue