@depay/widgets 10.0.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +3 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -23690,7 +23690,9 @@ var WalletProvider = (function (props) {
|
|
|
23690
23690
|
wallet = _ref.wallet;
|
|
23691
23691
|
setAccount(account);
|
|
23692
23692
|
setWallet(wallet);
|
|
23693
|
-
|
|
23693
|
+
setTimeout(function () {
|
|
23694
|
+
return setWalletState('connected');
|
|
23695
|
+
}, 200); // wait for animation to finish
|
|
23694
23696
|
if (props.connected) {
|
|
23695
23697
|
props.connected(account);
|
|
23696
23698
|
}
|