You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use cwl-svg to render a CWL workflow, and then use workflow.draw() on another workflow that was originally inside the original workflow, the page will get stuck in an infinite loop and in my case, crash your browser.
If you use
cwl-svg
to render a CWL workflow, and then useworkflow.draw()
on another workflow that was originally inside the original workflow, the page will get stuck in an infinite loop and in my case, crash your browser.To demonstrate, the simplest case I can recreate is here: https://github.com/TMiguelT/CwlSvgBug (instructions included)
The text was updated successfully, but these errors were encountered: