-
Notifications
You must be signed in to change notification settings - Fork 39
优化:最新行在可视区域内自动跳转到底部,否则不自动跳转 #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
optimization
Optimizing design or code
Comments
scrollMode为none有其他意义,这么设计不太合适。 有一个处理方式不知道能不能解决你的问题:当最新一行在可视区域内就自动跳到底部,否则就不自动跳转 |
可以的,不如说这是我期望的更完整的解决方案。 我原本是打算用上面scrollMode的模式再接着拼出如你描述的这个功能 但若你能直接提供这个解决方法的话就更好了,谢谢! |
OK,这个作为一个优化项在下个版本更新 |
已发布 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我目前使用做为 MQTT 消息的监听
但有时候会有需求来查看被卷动上去的历史消息
由于 MQTT 会持续
pushMessage
,所以导致_jumpToBottom()
也不断被触发,而无法回头查看消息希望可以透过
scrollMode
来切换暂时停止滚动The text was updated successfully, but these errors were encountered: