diff --git a/frontend/src/app/main/refs.cljs b/frontend/src/app/main/refs.cljs index e2fb5a79ef..2cefb77a8c 100644 --- a/frontend/src/app/main/refs.cljs +++ b/frontend/src/app/main/refs.cljs @@ -311,8 +311,8 @@ [id] (l/derived (fn [objects] - (let [children-ids (get-in objects [id :shapes])] - (into [] (keep (d/getf objects)) children-ids))) + (->> (dm/get-in objects [id :shapes]) + (into [] (keep (d/getf objects))))) workspace-page-objects =)) (defn all-children-objects