Skip to content

Commit

Permalink
Merge pull request #575 from airgap-it/fix/aborted_toast_missing
Browse files Browse the repository at this point in the history
fix: removed ui reset onError
  • Loading branch information
jsamol authored Sep 5, 2023
2 parents 988b6d4 + f285697 commit 079c3b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/dapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,7 @@
document.getElementById('sendToSelfWithPrepare').addEventListener('click', () => {
client.showPrepare()
setTimeout(() => {
sendToSelf().catch((e) => {
client.hideUI()
})
sendToSelf()
}, 2000)
})

Expand Down

0 comments on commit 079c3b2

Please sign in to comment.