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)