Blazor.Diagrams
Blazor.Diagrams copied to clipboard
Exception when diagram is being toggled in a render fragment.
Hi, so I'm using v2.1.6 of the library in Blazor Server and have a diagram in a collapsable component (where a button is used to toggle the render fragment of the collapsable component on and off). When deployed to Azure App Service, toggling the diagram on and off is triggering an ObjectDisposed exception in the ObserveResizes function (does not happen locally); I think the javascript is getting out of sync with Blazor.
Would it be possible to add some code catch the ObjectDisposed exception?
Thanks for your work on the library by the way!