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

Hovered row needs to unhover if mouse cursor departs the table #35

Closed
reedes opened this issue Mar 6, 2022 · 1 comment
Closed

Hovered row needs to unhover if mouse cursor departs the table #35

reedes opened this issue Mar 6, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@reedes
Copy link
Contributor

reedes commented Mar 6, 2022

At present, the last hovered row remains hovered if the mouse cursor is no longer over the table.

Ideally it will unhover if cursor is no longer over any part of table.

This is similar to the select issue for Stacks and Grids (#34).

@reedes reedes added the bug Something isn't working label Mar 6, 2022
reedes pushed a commit that referenced this issue Mar 7, 2022
reedes pushed a commit that referenced this issue Mar 7, 2022
@reedes
Copy link
Contributor Author

reedes commented Mar 7, 2022

Reconsidered the entire hover implementation. Now just handled as callback, which the user can implement in a rowBackground or rowOverlay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant