fix: Avoid label rendering bug in Mermaid, closes #5196

This commit is contained in:
Tom Moor
2023-04-15 10:25:22 -04:00
parent 2b38368fcd
commit aa04a5e6f4

View File

@@ -65,9 +65,6 @@ function getNewState({
import("mermaid").then((module) => {
module.default.initialize({
startOnLoad: true,
flowchart: {
htmlLabels: false,
},
// TODO: Make dynamic based on the width of the editor or remove in
// the future if Mermaid is able to handle this automatically.
gantt: {