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