We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a568a commit 7097282Copy full SHA for 7097282
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/core",
3
- "version": "2.2.10",
+ "version": "2.2.11-alpha.1",
4
"scripts": {
5
"build": "rollup -c",
6
"dev": "rollup -c -w",
packages/core/src/views/connect/Index.svelte
@@ -193,6 +193,10 @@
193
connectionRejected = true
194
if (autoSelect) {
195
walletToAutoSelect = null
196
+
197
+ if (autoSelect.disableModals) {
198
+ connectWallet$.next({ inProgress: false })
199
+ }
200
}
201
return
202
0 commit comments