-
Notifications
You must be signed in to change notification settings - Fork 241
Text input focus sometimes lost on rerender/error #150
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
Comments
I believe it's SvelteKit's "reset focus" action which causes this. It will only happen for tutorials that have |
closes #150 Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Just typing I find the text input focus is lost randomly which makes typing difficult. The following gif is from https://learn.svelte.dev/tutorial/your-first-component
This seems like a problem because I'm writing the script tag and end tag before the contents of it, is that something I shouldn't do?
The text was updated successfully, but these errors were encountered: