Skip to content

Commit

Permalink
force controller visibility on mouse input
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Jan 3, 2017
1 parent 4a3d170 commit 70147ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ chrome.extension.sendMessage({}, function(response) {
var id = v.dataset['vscid'];
var controller = document.querySelector(`div[data-vscid="${id}"]`);

if (keyboard)
showController(controller);
showController(controller);

if (!v.classList.contains('vsc-cancelled')) {
if (action === 'rewind') {
Expand Down

0 comments on commit 70147ea

Please sign in to comment.