mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Bugfix: .apply() error on leftPanelDisabled.toggle
This commit is contained in:
parent
08baff9e64
commit
b655e0ad70
13 changed files with 17 additions and 19 deletions
|
|
@ -5,7 +5,7 @@ import { Scope } from 'Common/Enums';
|
|||
|
||||
import { ComposeType, FolderType, MessageSetAction } from 'Common/EnumsUser';
|
||||
|
||||
import { leftPanelDisabled, moveAction,
|
||||
import { leftPanelDisabled, toggleLeftPanel, moveAction,
|
||||
Settings, SettingsCapa,
|
||||
addEventsListeners,
|
||||
addShortcut, registerShortcut, formFieldFocused
|
||||
|
|
@ -83,6 +83,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
|
||||
this.isMobile = ThemeStore.isMobile;
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
this.toggleLeftPanel = toggleLeftPanel;
|
||||
|
||||
this.popupVisibility = arePopupsVisible;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue