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
Left clicking on any button in "Event Controller" demo leaves "Left" button with "suggested-action" style, when it is supposed to be removed on after the button is released.
The text was updated successfully, but these errors were encountered:
button with "suggested-action" style
The reason that happens is that when clicking on a
button, the button claims the "released" gesture
and we don't get the "released" signal.
Setting the propagation fhase to "CAPTURE" allows
us to handle the event before the button claims
it.
Left clicking on any button in "Event Controller" demo leaves "Left" button with "suggested-action" style, when it is supposed to be removed on after the button is released.
The text was updated successfully, but these errors were encountered: