From 1882efe3f7ff629b4be4f55b491f2ad4a8c89c23 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 20 Jun 2025 13:26:47 +0200 Subject: [PATCH] :bug: Fix paths rendered initially ony in tile 0 0 --- frontend/src/app/render_wasm/api.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/render_wasm/api.cljs b/frontend/src/app/render_wasm/api.cljs index 1c3e0c0fef..276da7dfdd 100644 --- a/frontend/src/app/render_wasm/api.cljs +++ b/frontend/src/app/render_wasm/api.cljs @@ -728,7 +728,6 @@ (set-parent-id parent-id) (set-shape-type type) (set-shape-clip-content clip-content) - (set-shape-selrect selrect) (set-constraints-h constraint-h) (set-constraints-v constraint-v) (set-shape-rotation rotation) @@ -763,6 +762,8 @@ (when (ctl/grid-layout? shape) (set-grid-layout shape)) + (set-shape-selrect selrect) + (let [pending (into [] (concat (set-shape-text id content) (set-shape-fills id fills)