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
oasis-wallet-ext/src/background/service/APIService.js
Lines 688 to 696 in dabb8b4
If user creates 3 transactions (without closing the popup), and clicks on 3rd notification, then it will open 3 duplicate tabs
if (id === id)
removeListener
id
'txConfirmed-' + id
The text was updated successfully, but these errors were encountered:
It is slightly better now that it has filtering by ID
Lines 767 to 780 in 33f4c7e
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
oasis-wallet-ext/src/background/service/APIService.js
Lines 688 to 696 in dabb8b4
If user creates 3 transactions (without closing the popup), and clicks on 3rd notification, then it will open 3 duplicate tabs
if (id === id)
and thenremoveListener
id
with e.g.'txConfirmed-' + id
, so adding different notifications won't cause a conflictThe text was updated successfully, but these errors were encountered: