Tune DND throttle rate

This commit is contained in:
Andrew Kingston 2022-10-10 09:22:47 +01:00
parent 9f7504c53f
commit 6cf3a0af5b
1 changed files with 1 additions and 1 deletions

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