Skip to content

Commit

Permalink
[CHG] Adjusts the deferrer timeout lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Jun 20, 2024
1 parent 1bda72f commit 45b806f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ export default class Mononote extends Plugin {
if (hasEphemeralState) {
targetToFocus.setEphemeralState(ephemeralState);
}
}, 10);
}, 100);

// Resolve the promise.
resolve();
}, 50);
}, 100);
});
}

Expand Down

0 comments on commit 45b806f

Please sign in to comment.