You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed this upgrading from .NET 5 to .NET 8 - it looks like Blazor SSR significantly reduced the sampling rate of mouse move events, which is why gaps appear in the lines during drawing. A user in our Discord suggested that we might have to drop down to the JavaScript layer and intercept the events directly there instead. Need to investigate.
The text was updated successfully, but these errors were encountered:
Aaronontheweb
changed the title
Bug: need to improve mouse click event performance
Bug: need to improve mouse move event sampling performance
Jun 13, 2024
Noticed this upgrading from .NET 5 to .NET 8 - it looks like Blazor SSR significantly reduced the sampling rate of mouse move events, which is why gaps appear in the lines during drawing. A user in our Discord suggested that we might have to drop down to the JavaScript layer and intercept the events directly there instead. Need to investigate.
The text was updated successfully, but these errors were encountered: