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

feat: scrolling improvement #1762

Merged
merged 2 commits into from
Jun 3, 2024
Merged

feat: scrolling improvement #1762

merged 2 commits into from
Jun 3, 2024

Conversation

matthiasn
Copy link
Owner

This PR is intended to improve automatically scrolling to whichever text editor is currently in focus. The experience was a bit jumpy before, and I assume the issue was that whenever the listener fires, the entry would be scrolled into view, even if the editor was in fact not actually in focus. Instead, hasFocus is used to determine the actual focussed state.

@matthiasn matthiasn merged commit 63c3e01 into main Jun 3, 2024
4 checks passed
@matthiasn matthiasn deleted the feat/remove_scroll branch June 3, 2024 22:50
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

Successfully merging this pull request may close these issues.

None yet

1 participant