-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
FloatingActionButton doesn't leave hover state #4493
Comments
I am seeing a similar issue. It seems related to #1495. For us, we are disabling the button My current workaround (not ideal) is to just set the hoverColor to white (to match the flatButton color) so it looks the same. |
@ashl1 thanks for the notification, I'll look into it. |
Seems to be a duplicate of #5076. |
Problem description
After
onTouchTap
was handled, button doesn't leave hover state, until you hove it once again.Steps to reproduce
Versions
Images & references
Gist with modified code of example (commit see above): https://gist.github.com/hoschi/21e5fc25646615cf2ac153487f181b8e
The text was updated successfully, but these errors were encountered: