mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: message attachments missing data
This commit is contained in:
parent
fd0a41cfaf
commit
787e236133
10 changed files with 15 additions and 52 deletions
|
|
@ -15,8 +15,7 @@ export const MessageUserStore = new class {
|
|||
loading: false,
|
||||
|
||||
// Cache mail bodies
|
||||
bodiesDom: null,
|
||||
activeDom: null
|
||||
bodiesDom: null
|
||||
});
|
||||
|
||||
// Subscribers
|
||||
|
|
@ -30,8 +29,8 @@ export const MessageUserStore = new class {
|
|||
} else {
|
||||
AppUserStore.focusedState(Scope.MessageList);
|
||||
exitFullscreen();
|
||||
this.hideMessageBodies();
|
||||
}
|
||||
this.hideMessageBodies();
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue