mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:31:38 +02:00
🐛 Fix grid not being cutted in frames
This commit is contained in:
parent
7a499bfc90
commit
996a614ed7
4 changed files with 70 additions and 19 deletions
|
@ -298,6 +298,15 @@
|
|||
(into [] (keep #(get objects %)) parent-ids)))
|
||||
workspace-page-objects =))
|
||||
|
||||
(defn shape-parents
|
||||
[id]
|
||||
(l/derived
|
||||
(fn [objects]
|
||||
(into []
|
||||
(keep (d/getf objects))
|
||||
(cph/get-parent-ids objects id)))
|
||||
workspace-page-objects =))
|
||||
|
||||
(defn children-objects
|
||||
[id]
|
||||
(l/derived
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue