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
I suggest to deprecate and/or remove the activeElement utility and instead refer to the now builtin activeElement binding on <svelte:document>.
activeElement
<svelte:document>
Alternatively, the activeElement could be rewritten to reuse the new builtin binding if you would like to keep it.
Enhancement
sveltejs/svelte#11879
The text was updated successfully, but these errors were encountered:
Runed is meant to work outside of Svelte components as well, so we'll keep the utility, but a note in the docs would be helpful.
Sorry, something went wrong.
@TGlide, could you reopen this? The docs hasn't been updated yet.
Also worth mentioning the read-only focused binding which exists on every Element. It may be a cleaner solution for some use cases.
focused
No branches or pull requests
Describe the feature in detail (code, mocks, or screenshots encouraged)
I suggest to deprecate and/or remove the
activeElement
utility and instead refer to the now builtinactiveElement
binding on<svelte:document>
.Alternatively, the
activeElement
could be rewritten to reuse the new builtin binding if you would like to keep it.What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
sveltejs/svelte#11879
The text was updated successfully, but these errors were encountered: