From 051859969c3e310a567daab9941b85db822faca1 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 29 Jan 2024 16:43:01 +0100 Subject: [PATCH] :bug: Fix problem when creating frames contining paths --- frontend/src/app/main/data/workspace/drawing/common.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace/drawing/common.cljs b/frontend/src/app/main/data/workspace/drawing/common.cljs index 4865d0c4c0..fffc73b009 100644 --- a/frontend/src/app/main/data/workspace/drawing/common.cljs +++ b/frontend/src/app/main/data/workspace/drawing/common.cljs @@ -81,7 +81,8 @@ :page-id page-id :rect (:selrect shape) :include-frames? true - :full-frame? true}) + :full-frame? true + :using-selrect? true}) (rx/map #(cfh/clean-loops objects %)) (rx/map #(dwsh/move-shapes-into-frame (:id shape) %))) (rx/of (dwu/commit-undo-transaction (:id shape))))