diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/hooks/useAccountSwitcher.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hooks/useAccountSwitcher.ts b/src/lib/hooks/useAccountSwitcher.ts index 3851fe601..8a1dea5fe 100644 --- a/src/lib/hooks/useAccountSwitcher.ts +++ b/src/lib/hooks/useAccountSwitcher.ts @@ -29,6 +29,7 @@ export function useAccountSwitcher() { Toast.show(`Signed in as @${account.handle}`) }, 100) } else { + closeAllActiveElements() setShowLoggedOut(true) Toast.show( `Please sign in as @${account.handle}`, |