Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
921 stars 177 forks source link

Nodes linked event #183

Closed jake1164 closed 1 year ago

jake1164 commented 2 years ago

Changes regarding #183

zHaytam commented 2 years ago

Hello, thanks for the PR! The only problem with this approach is that it doesn't handle the cast for portless links (node to node directly).

jake1164 commented 2 years ago

And with the BaseLinkModel being passed around everywhere I don't see an easy way to get from the BaseLinkModel to the LinkLayer without major changes like maybe using interfaces.

zHaytam commented 1 year ago

Part of #214