Skip to content

Commit

Permalink
Simplify change of #1247
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Oct 2, 2023
1 parent 7a49d55 commit 63d0d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/View/User/MailBox/FolderList.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class MailFolderList extends AbstractViewLeft {
hasher.setHash(mailBox(folder.fullNameHash, 1, search));

// in mobile mode hide the panel when a folder is clicked
ThemeStore.isMobile() && leftPanelDisabled()===false && leftPanelDisabled(true);
ThemeStore.isMobile() && leftPanelDisabled(true);
}

AppUserStore.focusedState(ScopeMessageList);
Expand Down

0 comments on commit 63d0d13

Please sign in to comment.