lbry-desktop/ui/component/viewers/videoViewer/internal
infiinte-persistence a20ea08ac7 Show "unmute" option on videos automatically muted by browser.
Implementation:
- The code is placed in <VideoJs> instead of <VideoViewer> as we need to control the video itself. It's more self-contained here, rather than trying to pass refs around between parent and child.
- useState cannot be used as it will cause a re-render when the hint it clicked and dismissed. The DOM is used to hide the button.
2020-06-16 17:14:22 -04:00
..
videojs.jsx Show "unmute" option on videos automatically muted by browser. 2020-06-16 17:14:22 -04:00