lbry-desktop/ui/component/viewers/videoViewer
infiinte-persistence 18debf51cd FloatingPlayer: fix unusable volume slider in fp-mode
4913: Can't slide volume slider in pop out mode

I first tried to handle this at the floating player level, but it was impossible to hack there due to how 'react-draggable' works (it already moved the window before the "move" handler is called, so we can't do much).

Fix by overriding the dragging behavior of the videojs' VolumeBar class by not propagating the event further. It is odd that videojs didn't already do this, since it's SeekBar does stop the propagation.
2020-11-16 10:38:29 -05:00
..
internal FloatingPlayer: fix unusable volume slider in fp-mode 2020-11-16 10:38:29 -05:00
index.js use new buffer analytics api 2020-08-07 22:54:29 -04:00
view.jsx Revert "Revert "add logging of player point of presence"" 2020-09-09 14:55:16 -04:00