mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue