From d46d80bd5c5c63768702d752776d6d8a3a58f235 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 5 Feb 2025 18:04:26 +0100 Subject: [PATCH] :zap: Use value equals on selected shapes set --- frontend/src/app/main/refs.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/refs.cljs b/frontend/src/app/main/refs.cljs index 1dc8cf4192..c5de2cd793 100644 --- a/frontend/src/app/main/refs.cljs +++ b/frontend/src/app/main/refs.cljs @@ -144,7 +144,7 @@ (l/derived (fn [{:keys [objects selected]}] (dsh/process-selected-shapes objects selected)) - selected-shapes-data)) + selected-shapes-data =)) (defn make-selected-ref [id]