From 7b63aa4a4f6e145382e18a476ddfc4325115605a Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 9 Oct 2024 13:34:33 +0200 Subject: [PATCH] :bug: Fix problem with selection --- frontend/src/app/main/ui/workspace/viewport/hooks.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/viewport/hooks.cljs b/frontend/src/app/main/ui/workspace/viewport/hooks.cljs index 0fba360081..f0ba58b365 100644 --- a/frontend/src/app/main/ui/workspace/viewport/hooks.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/hooks.cljs @@ -218,7 +218,7 @@ (rx/filter some?)))))) over-shapes-stream - (mf/with-memo [move-stream mod-str] + (mf/with-memo [query-point move-stream mod-str] (->> (rx/merge ;; This stream works to "refresh" the outlines when the control is pressed ;; but the mouse has not been moved from its position.