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

Autocomplete space bug #1294

Closed
picolet21 opened this issue Oct 20, 2024 · 1 comment
Closed

Autocomplete space bug #1294

picolet21 opened this issue Oct 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@picolet21
Copy link

I found a bug in autocomplete.
When I add a space to the end of a word and select autocomplete,
one character remains at the beginning.

comp1
comp2

I was hoping to complete the phrase with "from_",
but it seems spaces are outside the scope of autocomplete.

For example, to correct "looking at viewer", I select "viewer",
press the delete key, and select "looking at object" in autocomplete,
but it becomes "llooking at object".

comp3
comp4
comp5

I can't stop typing spaces all the time,
so I'd like this bug to be fixed if possible.

@Acly Acly added the bug Something isn't working label Oct 20, 2024
Acly added a commit that referenced this issue Nov 8, 2024
@Acly
Copy link
Owner

Acly commented Nov 12, 2024

Fixed in v1.28.0

@Acly Acly closed this as completed Nov 12, 2024
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

2 participants