1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Tune DND throttle rate

This commit is contained in:
Andrew Kingston 2022-10-10 09:22:47 +01:00
parent 9f7504c53f
commit 6cf3a0af5b

View file

@ -160,7 +160,7 @@
index: idx,
}
}
const throttledProcessEvent = Utils.throttle(processEvent, 200)
const throttledProcessEvent = Utils.throttle(processEvent, 130)
const handleEvent = e => {
e.preventDefault()