mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +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() {
|
reloadCommand() {
|
||||||
if (!MessageUserStore.listLoadingAnimation() && this.allowReload) {
|
if (!MessageUserStore.listLoadingAnimation()) {
|
||||||
rl.app.reloadMessageList(false, true);
|
rl.app.reloadMessageList(false, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue