Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: need to improve mouse move event sampling performance #76

Open
Aaronontheweb opened this issue Jun 13, 2024 · 0 comments
Open

Bug: need to improve mouse move event sampling performance #76

Aaronontheweb opened this issue Jun 13, 2024 · 0 comments

Comments

@Aaronontheweb
Copy link
Member

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.

@Aaronontheweb Aaronontheweb changed the title Bug: need to improve mouse click event performance Bug: need to improve mouse move event sampling performance Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant