Fix for issue #1434 in mermaid repository
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -63,7 +63,7 @@ onMount(async () => {
|
||||
});
|
||||
|
||||
let insertSvg = function(svgCode, bindFunctions){
|
||||
// element.innerHTML = svgCode;
|
||||
element.innerHTML = svgCode;
|
||||
};
|
||||
|
||||
export let code = '';
|
||||
|
||||
Reference in New Issue
Block a user