Skip to content
New issue

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

No error thrown when the QR model is closed #19

Closed
xiaowheat opened this issue Aug 21, 2020 · 1 comment
Closed

No error thrown when the QR model is closed #19

xiaowheat opened this issue Aug 21, 2020 · 1 comment

Comments

@xiaowheat
Copy link

Screen Shot 2020-08-20 at 9 06 15 PM

When the QR model is closed, no error is thrown

The code is

try {
        connecting = true;
        accounts = await provider.enable();
        connecting = false;
} catch (e) {

}
@kvhnuke
Copy link
Contributor

kvhnuke commented Aug 20, 2021

this should be fixed now, let me know if you still running into the same issue

@kvhnuke kvhnuke closed this as completed Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@kvhnuke @xiaowheat and others