Skip to content

Commit

Permalink
Fix for issue mermaid-js#1434 in mermaid repository
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Aug 9, 2020
1 parent a876225 commit 95dc464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/View.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ onMount(async () => {
});
let insertSvg = function(svgCode, bindFunctions){
// element.innerHTML = svgCode;
element.innerHTML = svgCode;
};
export let code = '';
Expand Down

0 comments on commit 95dc464

Please sign in to comment.