Click events on graph elements are not working
Binding click events to nodes as described in the mermaidjs docs seems to be either broken or not implemented. As this requires securityLevel at least to be set to loose, i registered the plugin in config.js with:
plugins: [
[
'mermaidjs',
{
securityLevel: 'loose'
}
]
]
Anyway the click events are not triggered.
Okay, I looked into this. It seems like the event handlers are lost after rendering the SVG. I'm on it.
hi @eFrane ,
sorry for pinging you. Did you find anything?
I just started to use your beautiful integration today and when I add click like:
click consents href "http://www.github.com" "This is a tooltip for a link"
Then in my console there is an error, and chart is not rendered

Let me know if I can help with that.
@spiess-demos did you find a way to add clicks?