Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed May 29, 2024
1 parent 8ae9470 commit 9c37027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/volume/volume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Volume extends Component<any, any> {
* @returns {void}
* @memberof Volume
*/
handleKeydown(event: KeyboardEvent, preventMute?: boolean): void {
handleKeydown(event: KeyboardEvent, preventMute = false): void {
const {player} = this.props;
/**
* Change volume operations.
Expand Down

0 comments on commit 9c37027

Please sign in to comment.