mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Resolve issue #153
This commit is contained in:
parent
a13c6980a3
commit
d952ec5930
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
}
|
||||
|
||||
reloadCommand() {
|
||||
if (!MessageUserStore.listLoadingAnimation() && this.allowReload) {
|
||||
if (!MessageUserStore.listLoadingAnimation()) {
|
||||
rl.app.reloadMessageList(false, true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue