react-rotation icon indicating copy to clipboard operation
react-rotation copied to clipboard

preventDefault in touchEnd function breaks Safari video player

Open DmitryBD opened this issue 5 years ago • 1 comments

Listener for 'mouseup' should be updated not to prevent default event behaviour.

document.addEventListener('mouseup', this.touchEnd, false) + event.preventDefault() causes issues in Safari browser

DmitryBD avatar Jun 23 '20 12:06 DmitryBD

https://github.com/andrepolischuk/react-rotation/pull/24

DmitryBD avatar Jun 23 '20 13:06 DmitryBD