Click the "ER Diagram Plugin" icon in the left project's nav
See relations rendered twice
You can worsen the state
Click (after all the steps above) on a different menu option in the left project's nav
Click again the "ER Diagram Plugin" Icon
Now each relation is rendered three times. Repeat this for additional rendering to your liking 😅
Solution
IMHO: The call to render the graph in the mount method seems not to be needed at all.
After removing it, none of the steps above are producing error states for me anymore.
Disclaimer
JS is not my daily business. If there are internal components depending on the mount method maybe keep the mount method and remove the activated method then. 🤷🏻 😁
Closes #3
Bug in the current version 1.0.1
You can worsen the state
Now each relation is rendered three times. Repeat this for additional rendering to your liking 😅
Solution
IMHO: The call to render the graph in the
mount
method seems not to be needed at all.After removing it, none of the steps above are producing error states for me anymore.
Disclaimer
JS is not my daily business. If there are internal components depending on the
mount
method maybe keep themount
method and remove theactivated
method then. 🤷🏻 😁