wisdomZhang
wisdomZhang
const addData = async () => { setLoading(true); const data = await getData(); const list = dataSource.concat(data) setDataSource(list); setLoading(false); return data; }; 如何才能在当前滚动的位置,而不回到顶部啊?
- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://f2.antv.vision/zh/examples/column/dodge#dodge](https://f2.antv.vision/zh/examples/column/dodge#dodge) ### Steps to reproduce /// 数据 data:...
设置横屏点击返回后整个屏幕会跟着转,但是demo没有。代码都是一样的,还有哪里需要设置吗