-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
click keyword does not fire my callback (on the demo Website too) #603
Comments
Facing the exact same problem. @NilsRenaud did you find a solution maybe? |
Sorry but ... no. Although I didn't try too hard to make it work. But I guess it could be possible to bind a custom function like you would do in plain JS :/ |
Hello @NilsRenaud and thanks for taking the time to reply. |
I think this issue has been fixed in the latest version: https://github.com/knsv/mermaid/blob/594847ba04e6c4a71d90a2943c9eef806d35b257/dist/index.html#L18 https://github.com/knsv/mermaid/pull/598/files Maybe it is an Angular issue which I cannot help. |
…yarn/develop/daisyui-1.24.3 chore(deps): bump daisyui from 1.21.0 to 1.24.3
I try to use mermaid to display a flowchart but I have an issue with the click keyword : It does not fire my callback and prints in console log :
I use Angular 4 and the integration seems to work /quite/ well until I got this bug.
So I try the same click on the mermaid demo website and... it produces the same error !
Check here : https://mermaidjs.github.io/flowchart.html
When clicking I get :
I use the mermaid's version 7.1.0 of mermaid (which is the current last one)
Do you have any clue in how to fix this ?
Best Regards,
Nils R.
The text was updated successfully, but these errors were encountered: