scroller update 方法是否应该使用防抖?
Open
help wanted
oscp
- Dominant language
- TypeScript
- Stars
- 6.7k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
我看 Scroller 代码中 onUpdate 时,出于性能考虑使用了防抖函数 `this.onUpdate = FunctionExt.debounce(this.onUpdate, 200)`,但这样用户体验并不是很好。从用户体验角度来说,能否去掉这个优化呢?
_Originally posted by @haohaio in https://github.com/antvis/X6/discussions/3214_
Contributor guide
Assessment
This issue has not been assessed yet.