mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 05:28:43 +00:00
🐛 Revert throttle timeout increase on layers pannel
This commit is contained in:
parent
c5de4c27b0
commit
0044e76cb4
@ -173,7 +173,7 @@
|
|||||||
[:> layers-tree* props]))
|
[:> layers-tree* props]))
|
||||||
|
|
||||||
(mf/defc filters-tree*
|
(mf/defc filters-tree*
|
||||||
{::mf/wrap [mf/memo #(mf/throttle % 300)]
|
{::mf/wrap [mf/memo #(mf/throttle % 200)]
|
||||||
::mf/private true}
|
::mf/private true}
|
||||||
[{:keys [objects parent-size]}]
|
[{:keys [objects parent-size]}]
|
||||||
(let [selected (use-selected-shapes)
|
(let [selected (use-selected-shapes)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user