mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 14:26:18 +08:00
Simplify change of #1247
This commit is contained in:
parent
7a49d55736
commit
63d0d138e6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue