Skip to content

Commit

Permalink
fix(playback rate menu): playback rate menu items should be selectable (
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Mar 2, 2017
1 parent b1ca344 commit 288edd1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class PlaybackRateMenuItem extends MenuItem {
// Modify options for parent MenuItem class's init.
options.label = label;
options.selected = rate === 1;
options.selectable = true;

super(player, options);

this.label = label;
Expand Down

0 comments on commit 288edd1

Please sign in to comment.