mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-10 01:47:03 +03: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(
|
Remote.message(
|
||||||
(result, data) => {
|
(result, data) => {
|
||||||
const next = !!(StorageResultType.Success === result && data && data.Result);
|
const next = !!(StorageResultType.Success === result && data && data.Result);
|
||||||
_.delay(() => {
|
setTimeout(() => {
|
||||||
this.bPrefetch = false;
|
this.bPrefetch = false;
|
||||||
if (next) {
|
if (next) {
|
||||||
this.prefetchNextTick();
|
this.prefetchNextTick();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue