missed one _.delay() to setTimeout()

This commit is contained in:
djmaze 2020-07-22 20:29:48 +02:00
parent 43c92a82e6
commit 996a71ad8a

View file

@ -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();