Underscore.js _.delay() to native setTimeout()

This commit is contained in:
djmaze 2020-07-22 20:28:25 +02:00
parent a82575a830
commit 43c92a82e6
29 changed files with 67 additions and 82 deletions

View file

@ -178,7 +178,7 @@ class ComposeOpenPgpPopupView extends AbstractViewNext {
}
if (result && this.resultCallback) {
_.delay(() => {
setTimeout(() => {
let pgpPromise = null;
try {