mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Better observable naming in MessageUserStore
This commit is contained in:
parent
2aceb89a8b
commit
b95541892f
4 changed files with 29 additions and 38 deletions
|
|
@ -177,7 +177,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
},
|
||||
|
||||
messageListOrViewLoading:
|
||||
() => MessageUserStore.listCompleteLoading() | MessageUserStore.messageLoading()
|
||||
() => MessageUserStore.listIsLoading() | MessageUserStore.messageLoading()
|
||||
});
|
||||
|
||||
this.addSubscribables({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue