Autocomplete gets confused by \t\n
Open
/code
bug
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
In the code editor, starting with an empty selector bar, type the following keystrokes:
`$` `.` `u` `t` `TAB` `ENTER`
Expected result: the selector bar contains `$.utils`
Actual result: the selector bar contains `$.utils.ut`
Contributor guide
Assessment
This issue has not been assessed yet.