🐛 Fix grid not being cutted in frames

This commit is contained in:
alonso.torres 2023-07-06 15:50:02 +02:00
parent 7a499bfc90
commit 996a614ed7
4 changed files with 70 additions and 19 deletions

View file

@ -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