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
Related to the implementation of: #5741
When done here (https://github.com/brave/brave-core/blob/master/components/brave_wallet/browser/brave_wallet_controller.cc#L180) preceding the closing of all Crypto Wallets tab, this can cause race conditions. The current tab should be closed from the extension itself via the chrome.tabs api, then this code can execute before unload
chrome.tabs
unload
The text was updated successfully, but these errors were encountered:
Fixes brave/brave-browser#8286 - not closing current tab on CW reset
8e03433
c37dfdd
ryanml
Successfully merging a pull request may close this issue.
Related to the implementation of: #5741
When done here (https://github.com/brave/brave-core/blob/master/components/brave_wallet/browser/brave_wallet_controller.cc#L180) preceding the closing of all Crypto Wallets tab, this can cause race conditions. The current tab should be closed from the extension itself via the
chrome.tabs
api, then this code can execute beforeunload
The text was updated successfully, but these errors were encountered: