Closed ghost closed 2 years ago
I think you are using it wrong, but I still see a bug in how it handles an error and links. Looks like links are completely broken on the component. But this is I guess also the confusing part. Links are just used for displaying links on the item, when it is clicked. I tested it on component and this behaviour is actually broken on it.
But, if you want your component to load another diagram, you need to specify it in the Scheme ID
property of the component. Here it is:
In any case, this issue is still relevant because:
Thanks for reporting! This is so helpful, as it was difficult to test it all by myself
Released a fix for regular events handling for components. It appeared that it did not handle "click", "mouse in" and "mouse out" events at all. I also changed the error message to a more meaningful
Main diagram
target diagram
Result
Clicking on the component doesn't work.
Stack