Skip to content

Commit c1bcafa

Browse files
committed
Fix minusx mode reset on email change
1 parent c04cab5 commit c1bcafa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/components/common/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ const AppBody = forwardRef((_props, ref) => {
442442
}
443443
if (email != currentEmail) {
444444
resetState()
445+
setMinusxMode('open-sidepanel')
445446
}
446447
dispatch(login({
447448
session_jwt,

0 commit comments

Comments
 (0)