Skip to content

Commit f58d5cc

Browse files
committed
a
1 parent 43ef3f0 commit f58d5cc

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
@@ -125,7 +125,7 @@ export function initConfig() {
125125
}
126126
}
127127

128-
if (description) description = await TextEditor.enrichHTML(description, { async: true, relativeTo: item.parent });
128+
if (description) description = await TextEditor.enrichHTML(description, { async: true, relativeTo: item });
129129
let details = [];
130130
if (target || range) {
131131
details = [

0 commit comments

Comments
 (0)