This repository was archived by the owner on Aug 5, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork238
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Text input focus sometimes lost on rerender/error #150
Closed
Description
Just typing I find the text input focus is lost randomly which makes typing difficult. The following gif is fromhttps://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?
