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 cursor overlap #21999

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AaronFeickert
Copy link
Contributor

When the cursor has a block shape and is not on the first line, its name popup exhibits an overlap:
Screenshot 2024-12-13 at 18 00 54

This occurs because the popup's horizontal alignment is set differently when the cursor is or isn't on the first line.

This PR makes the horizontal alignment the same in both cases, which removes the overlap:
Screenshot 2024-12-13 at 17 57 20

Closes #21887.

Release Notes:

  • Fixed an overlap that cuts off user names when a cursor has a block shape.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cursor names are cut off in Vim normal mode during collaboration
1 participant