From dfab4725225acfbad4d3085487eeb79219df70ed Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 26 Aug 2025 16:52:32 +0200 Subject: [PATCH] :lipstick: Add minor cosmetic change to shape layout type helper --- common/src/app/common/types/shape/layout.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]