Fixes the play/pause on drag issue with the floating player. (#221) #7339

Merged
jessopb merged 1 commit from fixdrag into master 2021-12-10 19:08:15 +01:00

1 commit

Author SHA1 Message Date
maxime peabody
5395339fab Fixes the play/pause on drag issue with the floating player. (#221)
I tried to use event.preventDefault on the click handler but that didn't
work. So instead I'm using css 'pointer-events: none' to disable click
events on the player while the player is being dragged.

https://github.com/OdyseeTeam/odysee-frontend/issues/206
2021-12-10 12:39:07 -05:00