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

Move Overscroll To TextView #296

Merged
merged 3 commits into from
Apr 7, 2025
Merged

Move Overscroll To TextView #296

merged 3 commits into from
Apr 7, 2025

Conversation

FastestMolasses
Copy link
Member

Description

The current overscroll behavior that was being handled in the SourceEditor relied on a content inset, which was a little buggy and did not allow the user to click in the over scrolled area to set the cursor. This behavior was moved to TextView instead in order to fix this.

Related Issues

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

@FastestMolasses FastestMolasses self-assigned this Mar 31, 2025
@FastestMolasses FastestMolasses added enhancement New feature or request editor UI labels Mar 31, 2025
@thecoolwinter thecoolwinter changed the title Change overscroll behavior to be handled inside TextView Move Overscroll To TextView Apr 6, 2025
@thecoolwinter thecoolwinter enabled auto-merge (squash) April 6, 2025 23:04
@thecoolwinter thecoolwinter merged commit 603e89c into main Apr 7, 2025
2 checks passed
@thecoolwinter thecoolwinter deleted the overscroll branch April 7, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor enhancement New feature or request UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants