We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Jumps over to next block (and removes current block) if a non-valid character is typed in an enum block (eg. x on ['aaa', 'bbb']).
['aaa', 'bbb']
To Reproduce https://stackblitz.com/edit/vitejs-vite-yr8pcz?file=main.js
Expected behavior It should stay at the current block until a valid character is typed.
Environment:
Additional context This issue was brought up earlier (#191 & #692) and seems to have been resolved in v6, but it apparently came back in v7.
ps: thank you for all your work on this library!
The text was updated successfully, but these errors were encountered:
08b68c3
@adamberecz nice catch. thanks
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Jumps over to next block (and removes current block) if a non-valid character is typed in an enum block (eg. x on
['aaa', 'bbb']
).To Reproduce
https://stackblitz.com/edit/vitejs-vite-yr8pcz?file=main.js
Expected behavior
It should stay at the current block until a valid character is typed.
Environment:
Additional context
This issue was brought up earlier (#191 & #692) and seems to have been resolved in v6, but it apparently came back in v7.
ps: thank you for all your work on this library!
The text was updated successfully, but these errors were encountered: