-
Notifications
You must be signed in to change notification settings - Fork 91
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
Incorrect jump location when selecting tag in line mode #327
Comments
I am also having the same error. It happens with "FT" when there is a "T" hint on screen. However, I don't know if it only happens with "FT" or with other hints. Edit: It happens with any combination under similar circumstances (e.g. "JI" matches "I"). I noticed that this only happens when jumping to the beginning or the end of the line, not when jumping to normal characters. |
This should be fixed in |
I confirm that this is now fixed, thank you very much ! |
Describe the bug
The cursor is placed in the wrong place after typing "FT" because a "T" tag exists and is assumed to be the target.
To Reproduce
Steps to reproduce the behavior:
<title>React App</title>
) which has the label "FT"Notice the use of %PUBLIC_URL% in the tags above.
)Expected behavior
Cursor should be placed at the end of line 27
Screenshots
https://youtu.be/KwgkOcL4-oI
Desktop (please complete the following information):
Additional context
The same issue happened to me several time in different contexts.
The text was updated successfully, but these errors were encountered: