From 1719f24b5716010672fc56906f384d653461635e Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 24 May 2023 11:08:40 +0200 Subject: [PATCH] :bug: Fix develop branch after merge --- frontend/src/app/main/data/workspace/shapes.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/data/workspace/shapes.cljs b/frontend/src/app/main/data/workspace/shapes.cljs index e259a6c2ef..91d70542d4 100644 --- a/frontend/src/app/main/data/workspace/shapes.cljs +++ b/frontend/src/app/main/data/workspace/shapes.cljs @@ -332,8 +332,8 @@ (cond-> (seq starting-flows) (pcb/update-page-option :flows (fn [flows] (->> (map :id starting-flows) - (reduce ctp/remove-flow flows))))))] - + (reduce ctp/remove-flow flows)))))) + undo-id (js/Symbol)] (rx/of (dwu/start-undo-transaction undo-id) (dc/detach-comment-thread ids) (dch/commit-changes changes)