mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08: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…
Reference in a new issue