Redunce the render throttling to 50ms of the layers-tree* component

This commit is contained in:
Andrey Antukh 2026-06-02 10:30:08 +02:00
parent fe9e47f947
commit 17fb1c49f8

View File

@ -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)