Skip to content
New issue

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

OPen link does not work #6020

Open
cotemok opened this issue Nov 3, 2024 · 1 comment
Open

OPen link does not work #6020

cotemok opened this issue Nov 3, 2024 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@cotemok
Copy link

cotemok commented Nov 3, 2024

Description

when I specify open links there is always an arrow.

Steps to reproduce

just declare an open link in flowchart diagram.
see https://mermaid.js.org/syntax/flowchart.html#an-open-link

Screenshots

flowchart
A --- B
C --> D
Loading

on syntax doc :
img

Code Sample

flowchart
A --- B
C --> D

Setup

  • Mermaid version:11.3.0
  • Browser and Version:mermaid-cli and firefox 131.0.3 for syntax doc

Suggested Solutions

No response

Additional Context

No response

@cotemok cotemok added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Nov 3, 2024
@cbienmueller
Copy link

cbienmueller commented Nov 9, 2024

Same problem with mermaid 11.4.0, Google Chrome, Brave-Browser and still in mermaid.live.

If i change the link in my html file from
https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs
to
https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
it works, so it seems to be a regression in Mermaid 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants