diff --git a/frontend/src/app/main/ui/measurements.cljs b/frontend/src/app/main/ui/measurements.cljs index 64250d7d37..dd2d0dbc4c 100644 --- a/frontend/src/app/main/ui/measurements.cljs +++ b/frontend/src/app/main/ui/measurements.cljs @@ -692,7 +692,7 @@ :row-gap (if flip-y true false)} objects (wsh/lookup-page-objects @st/state) - children (->> (cph/get-children objects frame-id) + children (->> (cph/get-immediate-children objects frame-id) (remove :layout-item-absolute) (remove :hidden))