mermaidjs / mermaid-live-editor

Location has moved to https://github.com/mermaid-js/mermaid-live-editor
https://mermaidjs.github.io/mermaid-live-editor/
MIT License
977 stars 181 forks source link

Enable downloading SVGs in Firefox #12

Closed mgdm closed 6 years ago

mgdm commented 6 years ago

Hi, I noticed that I couldn't download the SVGs in Firefox, though it worked in Chrome. This makes it work in both.

tylerlong commented 6 years ago

Thank you for the PR.

It turns out to be a bug of ant-design.

I have fixed the issue: https://github.com/mermaidjs/mermaid-live-editor/commit/28a8a4ffa2dda3d606f745450af9ac41e3cf894c

I will submit a issue to the ant-design project.

tylerlong commented 6 years ago

https://github.com/ant-design/ant-design/issues/8686