From 6b84eef14b0f91e02bbd031248424ee3828162cd Mon Sep 17 00:00:00 2001 From: AzazelN28 Date: Wed, 3 Apr 2024 13:11:47 +0200 Subject: [PATCH] :bug: Fix toolbar hidden after path creation --- frontend/src/app/main/data/workspace/selection.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/main/data/workspace/selection.cljs b/frontend/src/app/main/data/workspace/selection.cljs index 22ec299c0..d260c5e0b 100644 --- a/frontend/src/app/main/data/workspace/selection.cljs +++ b/frontend/src/app/main/data/workspace/selection.cljs @@ -28,7 +28,6 @@ [app.main.data.modal :as md] [app.main.data.workspace.changes :as dch] [app.main.data.workspace.collapse :as dwc] - [app.main.data.workspace.edition :as dwe] [app.main.data.workspace.libraries-helpers :as dwlh] [app.main.data.workspace.specialized-panel :as-alias dwsp] [app.main.data.workspace.state-helpers :as wsh] @@ -151,7 +150,7 @@ objects (wsh/lookup-page-objects state page-id)] (rx/of (dwc/expand-all-parents [id] objects) - (dwe/clear-edition-mode) + :interrupt ::dwsp/interrupt)))))) (defn select-prev-shape