Skip to content

Commit

Permalink
Fix volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Aug 24, 2024
1 parent 978e043 commit 972d46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/player/ui/VolumeControls.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export class VolumeControls extends EventEmitter {
document.addEventListener('touchend', onVolumeBarMouseUp);
document.addEventListener('mousemove', onVolumeBarMouseMove);
document.addEventListener('touchmove', onVolumeBarMouseMove);

event.stopPropagation();
}

updateVolumeBar(volume) {
Expand Down

0 comments on commit 972d46b

Please sign in to comment.