Skip to content

Commit 016d7d2

Browse files
committed
a
1 parent cccfe10 commit 016d7d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function initConfig() {
9999
}
100100
}
101101

102-
if (description) description = await TextEditor.enrichHTML(description);
102+
if (description) description = await TextEditor.enrichHTML(description, {async: true});
103103
let details = [];
104104
if (target || range) {
105105
details = [

0 commit comments

Comments
 (0)