From bc64fdb1bcf6488b5aa2dae5a2a2ae49f4f944af Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 9 Jun 2023 09:28:27 +0200 Subject: [PATCH] :bug: Fix add flow option in contextual menu for frames --- frontend/src/app/main/ui/workspace/context_menu.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/context_menu.cljs b/frontend/src/app/main/ui/workspace/context_menu.cljs index bcd897060..2b7184c17 100644 --- a/frontend/src/app/main/ui/workspace/context_menu.cljs +++ b/frontend/src/app/main/ui/workspace/context_menu.cljs @@ -349,7 +349,7 @@ (mf/defc context-menu-prototype [{:keys [shapes]}] (let [options (mf/deref refs/workspace-page-options) - options-mode (mf/deref refs/options-mode) + options-mode (mf/deref refs/options-mode-global) do-add-flow #(st/emit! (dwi/add-flow-selected-frame)) do-remove-flow #(st/emit! (dwi/remove-flow (:id %))) flows (:flows options)