mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Improved ComposePopupView bSkipNextHide to ComposePopupView.inEdit
This commit is contained in:
parent
7df534b4b5
commit
d8b1e3432a
4 changed files with 125 additions and 124 deletions
|
|
@ -18,6 +18,7 @@ import { AbstractViewLeft } from 'Knoin/AbstractViews';
|
|||
import { showMessageComposer } from 'Common/UtilsUser';
|
||||
import { FolderCreatePopupView } from 'View/Popup/FolderCreate';
|
||||
import { ContactsPopupView } from 'View/Popup/Contacts';
|
||||
import { ComposePopupView } from 'View/Popup/Compose';
|
||||
|
||||
import { moveMessagesToFolder } from 'Common/Folders';
|
||||
|
||||
|
|
@ -29,7 +30,7 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
|
||||
this.oContentScrollable = null;
|
||||
|
||||
this.composeInEdit = AppUserStore.composeInEdit;
|
||||
this.composeInEdit = ComposePopupView.inEdit;
|
||||
|
||||
this.systemFolders = FolderUserStore.systemFolders;
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ import { AbstractViewRight } from 'Knoin/AbstractViews';
|
|||
|
||||
import { FolderClearPopupView } from 'View/Popup/FolderClear';
|
||||
import { AdvancedSearchPopupView } from 'View/Popup/AdvancedSearch';
|
||||
import { ComposePopupView } from 'View/Popup/Compose';
|
||||
|
||||
import { MessageModel } from 'Model/Message';
|
||||
|
||||
|
|
@ -70,7 +71,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
this.canMarkAsSpam = MessagelistUserStore.canMarkAsSpam;
|
||||
this.isSpamFolder = MessagelistUserStore.isSpamFolder;
|
||||
|
||||
this.composeInEdit = AppUserStore.composeInEdit;
|
||||
this.composeInEdit = ComposePopupView.inEdit;
|
||||
|
||||
this.isMobile = ThemeStore.isMobile;
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue