You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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".
I can't stop typing spaces all the time,
so I'd like this bug to be fixed if possible.
The text was updated successfully, but these errors were encountered:
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.
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".
I can't stop typing spaces all the time,
so I'd like this bug to be fixed if possible.
The text was updated successfully, but these errors were encountered: