Skip to content

Commit

Permalink
fix: auto open after disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Jul 10, 2024
1 parent 18fed02 commit f053bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}
}
else if (!newState.open && !newState.loading) {
web3modal.open();
reconnect(config).then(() => web3modal.open());
}
});
Expand Down

0 comments on commit f053bdf

Please sign in to comment.