Blazor-Diagrams / Blazor.Diagrams

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

fix null reference exception in Diagram Demo #362

Closed Suraj0500 closed 1 year ago

Suraj0500 commented 1 year ago

Fix a null reference exception error in the Diagram Demo when accessing the Diagrams tab: the Diagram parameter for the DiagramCanvas is null due to difference in types (where DiagramCanvas expects a BlazorDiagram object but we are passing a Diagram object)

image