Closed mwilc0x closed 6 years ago
This change passes the click event along to the handler. This is useful in scenarios where a button might be layered and need to call stopPropagation to prevent any further action.
stopPropagation
This makes perfect sense. Thanks for the PR!
https://github.com/alexanderwallin/react-player-controls/releases/tag/v0.5.21
Thanks! :)
This change passes the click event along to the handler. This is useful in scenarios where a button might be layered and need to call
stopPropagation
to prevent any further action.