mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19: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
|
|
@ -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