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'm not sure if it's worth dealing with this, but I thought I'd document it.
Notice the icon switch to gray for a moment. This is due to the aptly-named grayIconWhileLoading
grayIconWhileLoading
grayIconWhileLoading should not run after the first load
or:
I think grayIconWhileLoading is super useful while developing and actually this "bug" can help us see when the worker has been reloaded.
runtime.onEnabled
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I'm not sure if it's worth dealing with this, but I thought I'd document it.
Actual behavior
Notice the icon switch to gray for a moment. This is due to the aptly-named
grayIconWhileLoading
Expected behavior
grayIconWhileLoading
should not run after the first loadTo Reproduce
or:
Additional context
I think
grayIconWhileLoading
is super useful while developing and actually this "bug" can help us see when the worker has been reloaded.Solutions
runtime.onEnabled
to only run that script onceThe text was updated successfully, but these errors were encountered: