Skip to content

Commit

Permalink
Apply mermaid diagram for project settings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhitoyokoi committed Feb 5, 2023
1 parent 90d1bb0 commit 4477b9a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -165,6 +165,9 @@ RED.projects.settings = (function() {
}
var description = addTargetToExternalLinks($('<span class="red-ui-text-bidi-aware" dir=\"'+RED.text.bidi.resolveBaseTextDir(desc)+'">'+desc+'</span>')).appendTo(container);
description.find(".red-ui-text-bidi-aware").contents().filter(function() { return this.nodeType === 3 && this.textContent.trim() !== "" }).wrap( "<span></span>" );
setTimeout(function () {
mermaid.init();
}, 200);
}

function editSummary(activeProject, summary, container, version, versionContainer) {
Expand Down

0 comments on commit 4477b9a

Please sign in to comment.