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

Performance waste for mouse events #56

Open
InDieTasten opened this issue Oct 19, 2024 · 0 comments
Open

Performance waste for mouse events #56

InDieTasten opened this issue Oct 19, 2024 · 0 comments
Labels
tech debt Issues with code quality or potential for DX improvements

Comments

@InDieTasten
Copy link
Owner

We are currently wasting performance by processing hover events, when nothing in the application is currently waiting for hover events. The mouse event reporting could be adjusted depending on whether we are currently waiting for hover events or not.

This might become obsolute in case we have hover event processing throughout most of the app

@InDieTasten InDieTasten added the tech debt Issues with code quality or potential for DX improvements label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Issues with code quality or potential for DX improvements
Projects
None yet
Development

No branches or pull requests

1 participant