🐛 Fix problem with bools

This commit is contained in:
alonso.torres
2026-01-19 16:44:57 +01:00
committed by Belén Albeza
parent 89f40dcda2
commit f42ff27f3d

View File

@@ -1360,8 +1360,9 @@
all-children
(->> ids
(mapcat #(cfh/get-children-with-self objects %)))]
(h/call wasm/internal-module "_init_shapes_pool" (count all-children))
(run! (partial set-object objects) all-children)
(run! set-object all-children)
(let [content (-> (calculate-bool* bool-type ids)
(path.impl/path-data))]