-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
A weird input selection bug in Safari #1699
Comments
@jacwright found it -
|
(though I'm guessing |
@TehShrike |
Oh hah! I forgot how |
released 2.13.2, thank you! |
Fixes sveltejs/svelte#1699 which was affecting the "change player name" input on the game screen on Safari
REPL reproduction
In Safari (not Chrome or Firefox), whenever
set
is called, the selection in the focused input is reset, even if the value you'reset
ting is unrelated to the input.The text was updated successfully, but these errors were encountered: