Blazor-Diagrams / Blazor.Diagrams

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

fix null reference exception in Diagram Demo #363

Closed Suraj0500 closed 8 months ago

Suraj0500 commented 8 months 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

zHaytam commented 8 months ago

Hello, thanks for the PR!