Skip to content

Commit

Permalink
fix(FEC-9391): volume bar doesn't open by pressing on up/down arrows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyBregman committed Oct 3, 2019
1 parent 871a5b2 commit 2539697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/volume/volume.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Volume extends Component {
* @memberof Volume
*/
onVolumeControlKeyDown(e: KeyboardEvent): void {
const {player} = this.state;
const {player} = this.props;
/**
* Change volume operations.
* @param {number} newVolume - The new volume.
Expand Down

0 comments on commit 2539697

Please sign in to comment.