Open djadmin opened 2 years ago
Any updates on this issue? It really breaks Gitlab experience (see https://gitlab.com/gitlab-org/gitlab/-/issues/354010).
I guess we need to "port" https://github.com/mermaid-js/mermaid/pull/1585 to this chart as well. Can we use the same "code/spirit" or should it be done differently?
Describe the bug
Links in Gantt charts are opened in the same browser tab. This causes an issue when diagrams are rendered in an iframe, for example Mermaid Live Editor.
Expected behavior
If it is possible to change this by adding a link target to the click definition (_self, _blank, _parent and _top), it'd be a great workaround. Flow Chart supports that feature.
Bug
The
visit mermaidjs
link wouldn't work correctly on GitHub because it's rendered inside an iframe. See below