diff --git a/common/src/app/common/types/shape/layout.cljc b/common/src/app/common/types/shape/layout.cljc index 10051ee759..cd53eea6ce 100644 --- a/common/src/app/common/types/shape/layout.cljc +++ b/common/src/app/common/types/shape/layout.cljc @@ -517,7 +517,7 @@ ([objects id] (item-absolute? (get objects id))) ([shape] - (true? (:layout-item-absolute shape)))) + (true? (get shape :layout-item-absolute)))) (defn position-absolute? ([objects id]