Skip to content

Commit

Permalink
Checkbox click functionality affected by Title and Collapse javalent#61
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jul 9, 2021
1 parent 8b134f0 commit 4a1e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ title:
const taskLists = admonitionContent.querySelectorAll(
".contains-task-list"
);
const splitContent = content.split("\n");
const splitContent = src.split("\n");

for (let i = 0; i < taskLists.length; i++) {
let tasks: NodeListOf<HTMLLIElement> =
Expand Down

0 comments on commit 4a1e0f7

Please sign in to comment.