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

Fix Hidden Cursor At End Of Doc #39

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

thecoolwinter
Copy link
Contributor

Description

Fixes an issue where the cursor would be invisible when placed at the end of the document.

This was caused by an internal function returning a height of 0 for the position at the very end of the document. It's been updated.

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

Screenshots

Screen.Recording.2024-06-17.at.7.59.54.PM.mov

@thecoolwinter thecoolwinter changed the title Fix Hidden At End Of Doc Fix Hidden Cursor At End Of Doc Jun 18, 2024
@austincondiff austincondiff merged commit 40458fe into CodeEditApp:main Jun 18, 2024
2 checks passed
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.

🐞 Text cursor does not show after the last character in the editor, except if the character is a line break
2 participants