@mxenabled/connect-widget 0.10.0 → 0.10.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/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -75845,7 +75845,7 @@ const ManualAccountMenu = React__default.forwardRef((props, ref) => {
|
|
|
75845
75845
|
};
|
|
75846
75846
|
useEffect(() => {
|
|
75847
75847
|
const timer = setTimeout(() => {
|
|
75848
|
-
focusElement(document.querySelector('[data-
|
|
75848
|
+
focusElement(document.querySelector('[data-test="back-button"]:first-of-type'));
|
|
75849
75849
|
}, 300);
|
|
75850
75850
|
return () => clearTimeout(timer);
|
|
75851
75851
|
}, []);
|