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

Cursor keeps jumping to end of line when editing column name #79

Closed
davidfokkema opened this issue Jan 8, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@davidfokkema
Copy link
Owner

If you're editing the name of a column, the cursor jumps to the end of the name for each character typed. This is a problem when you want to add a few characters at the beginning or middle of the name. For example, let's say your column name is time and you want to change it to start_time. You move your cursor to the beginning of the name and type start_. This results in the column name stimetart_.

@davidfokkema davidfokkema added the bug Something isn't working label Jan 8, 2024
davidfokkema added a commit that referenced this issue Feb 23, 2024
@davidfokkema
Copy link
Owner Author

Fixed by bf79aeb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant