mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
This commit is contained in:
parent
ee23a5553e
commit
058217de02
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ class MessageViewMailBoxUserView extends AbstractViewNext {
|
||||||
|
|
||||||
@command((self) => !self.messageListAndMessageViewLoading())
|
@command((self) => !self.messageListAndMessageViewLoading())
|
||||||
goDownCommand() {
|
goDownCommand() {
|
||||||
dispatchEvent(new CustomEvent('mailbox.message-list.selector.go-up',
|
dispatchEvent(new CustomEvent('mailbox.message-list.selector.go-down',
|
||||||
{detail:Layout.NoPreview === this.layout() ? !!this.message() : true}
|
{detail:Layout.NoPreview === this.layout() ? !!this.message() : true}
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue