adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.49k stars 1.21k forks source link

Clean() Method not working #205

Closed chiradeep-nanabala closed 4 years ago

chiradeep-nanabala commented 4 years ago

when I am trying to use the clean() method in angular. I am getting an error. Cannot read property 'clean' of undefined at Object.clean (flowchart-latest.js:690)

Can any one fix the issue...

chiradeep-nanabala commented 4 years ago

It's working If I use document.getElementById("canvas").innerHTML="";