From 0044e76cb470bd5e5f3daa84d4dbc44b28a81bd5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 1 Jun 2026 14:40:55 +0200 Subject: [PATCH] :bug: Revert throttle timeout increase on layers pannel --- frontend/src/app/main/ui/workspace/sidebar/layers.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/layers.cljs b/frontend/src/app/main/ui/workspace/sidebar/layers.cljs index 4cb9a503ae..e8a3ba70f3 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/layers.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/layers.cljs @@ -173,7 +173,7 @@ [:> layers-tree* props])) (mf/defc filters-tree* - {::mf/wrap [mf/memo #(mf/throttle % 300)] + {::mf/wrap [mf/memo #(mf/throttle % 200)] ::mf/private true} [{:keys [objects parent-size]}] (let [selected (use-selected-shapes)