Tune DND throttle rate
This commit is contained in:
parent
9f7504c53f
commit
6cf3a0af5b
|
@ -160,7 +160,7 @@
|
|||
index: idx,
|
||||
}
|
||||
}
|
||||
const throttledProcessEvent = Utils.throttle(processEvent, 200)
|
||||
const throttledProcessEvent = Utils.throttle(processEvent, 130)
|
||||
|
||||
const handleEvent = e => {
|
||||
e.preventDefault()
|
||||
|
|
Loading…
Reference in New Issue