Replies: 1 comment 2 replies
-
How to reproduce the problem? I'm not sure what to look at in the file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
I'm writing an app that generates wiring diagrams. Every fusebox is a different diagram, and the user has the possibility to add comments to the diagram. Switching between the diagrams causes the graph to be replaced with another one. The issue I'm having is that no change or remove events are fired for the diagrams (add works ok), which causes the diagram not to update, even if the view is correct.
I have added the code as an attachment in the zip file.
diagramService.zip
CodeSandBox
Steps to reproduce
No response
Restrictions & Constraints
No response
Does your question relate to JointJS or JointJS+. Select both if applicable.
JointJS
Beta Was this translation helpful? Give feedback.
All reactions