You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: enhance account selection logic in AccountSelectorActions (#8168)
* fix: enhance account selection logic in AccountSelectorActions
- Introduced a mutex for auto-selecting the next account to prevent race conditions.
- Added conditions to handle specific wallet transitions and ensure proper account focus.
- Refactored account selection logic to improve clarity and maintainability.
- Updated the handling of others wallet accounts to ensure correct selection and focus behavior.
* fix: comment out debugger statements in AccountSelectorActions
- Removed active debugger statements to clean up the code and prevent unintended breakpoints during execution.
- Maintained the logic for account selection without altering functionality.
0 commit comments