From 17fb1c49f8ffa25caa02186e16ce2535389c3ca6 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 2 Jun 2026 10:30:08 +0200 Subject: [PATCH] :sparkles: Redunce the render throttling to 50ms of the layers-tree* component --- 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 e8a3ba70f3..020bc2a490 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 % 200)] + {::mf/wrap [mf/memo #(mf/throttle % 50)] ::mf/private true} [{:keys [objects parent-size]}] (let [selected (use-selected-shapes)