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
Say we have this situation:
You can force it by enabling the fallback option, but then e.g. executing this to remove the optional clipboardWrite permission:
browser.permissions.remove({ permissions: ["clipboardWrite"] });
So if I now click on any other emojiResult option, i.e. e.g. disable copying the emoji to the clipboard, it triggers the permission prompt:
emojiResult
As you clicked on an totally unrelated option, it does not make sense to show the permission prompt.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
STR
Say we have this situation:
You can force it by enabling the fallback option, but then e.g. executing this to remove the optional clipboardWrite permission:
What happens
So if I now click on any other
emojiResult
option, i.e. e.g. disable copying the emoji to the clipboard, it triggers the permission prompt:What should happen
As you clicked on an totally unrelated option, it does not make sense to show the permission prompt.
The text was updated successfully, but these errors were encountered: