Skip to content
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

Feature suggestion: Prevent scrolling to the bottom while generating text #34

Open
mightymatth opened this issue Mar 1, 2024 · 1 comment

Comments

@mightymatth
Copy link

Description

If the generated text is a little bit longer, we want to start reading it from top to bottom. But, if it's still generating, we cannot read the text because you are scrolling to the bottom when new data is still coming.
I propose following the bottom only if it's already scrolled to the bottom of the screen. If the user scrolls up, it breaks the auto-follow behavior and the user can freely scroll and read the text while the new tokens are coming to the bottom.

@AugustDev
Copy link
Owner

Exactly the flow I was considering as well. Thanks for bringing attention to it. Will implement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants