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)