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

Exception when scrolling page #286

Closed glinkot closed 1 year ago

glinkot commented 1 year ago

Not sure if it relates to the other issue I raised, but there's an exception when scrolling. It's pretty easy to replicate, create a diagram (you could use the project I provided earlier), use the mousewheel to scroll down/up randomly near the bottom of the page, letting the zoom effect occur on the diagram. I'm not sure what triggers the diagram to 'unobserve' resizing - perhaps when it become no longer visible?

Scrolling Exception

Sorry for logging 3 things so quickly, I'm just exploring your awesome work, and at the moment lack the understanding to diagnose what's causing them.

zHaytam commented 1 year ago

Yep this is a known issue. It has been fixed in 3.0.0

glinkot commented 1 year ago

Great, thanks!