We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simply running the following code will cause cwl-svg SelectionPlugin to break:
cwl-svg
workflow.destroy(); workflow.draw();
I have again made a repo that demonstrates this bug with the minimal code: https://github.com/TMiguelT/CwlSvgSelectionBug.
Notably, running this code twice (clicking the "Redraw" button in the above example twice) causes the entire workflow to fail to render.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Simply running the following code will cause
cwl-svg
SelectionPlugin to break:I have again made a repo that demonstrates this bug with the minimal code: https://github.com/TMiguelT/CwlSvgSelectionBug.
Notably, running this code twice (clicking the "Redraw" button in the above example twice) causes the entire workflow to fail to render.
The text was updated successfully, but these errors were encountered: