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

Fixed null argument exception when diagram is toggled on/off #187

Closed Rickybarb5 closed 2 years ago

Rickybarb5 commented 2 years ago

When toggling the navigator's visibility outside the component there is a Null Exception but everything keeps working. This fixes that

zHaytam commented 2 years ago

Thanks for the PR!