Skip to content

Commit

Permalink
Update TurboMD.js
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Orangemoon authored Aug 20, 2023
1 parent de70846 commit 330c48e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/obviousAlexC/TurboMD.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
element = element[id - 1];
if (element) {
element.innerHTML = value;
if (!currentMarkDown.body) {
return "";
}
return currentMarkDown.body.innerHTML || "";
}
}
Expand Down

0 comments on commit 330c48e

Please sign in to comment.