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
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
fix(EventRecorder): maintain focus for nodes besides input and t… (#106)
In this change, the activeNode in Preboot is set for any focus event, not
just those in `<input>` or `<textarea>`.
This helps those who use screenreaders maintain focus during
the swap between server and client views.
Closes#105
0 commit comments