mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-22 13:53:14 +08:00
missed one _.delay() to setTimeout()
This commit is contained in:
parent
43c92a82e6
commit
996a71ad8a
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ class MessageListMailBoxUserView extends AbstractViewNext {
|
|||
Remote.message(
|
||||
(result, data) => {
|
||||
const next = !!(StorageResultType.Success === result && data && data.Result);
|
||||
_.delay(() => {
|
||||
setTimeout(() => {
|
||||
this.bPrefetch = false;
|
||||
if (next) {
|
||||
this.prefetchNextTick();
|
||||
|
|
Loading…
Reference in a new issue