From 70147ea97a9f611c59934e4631a32224f954ee8f Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Mon, 2 Jan 2017 22:28:49 -0800 Subject: [PATCH] force controller visibility on mouse input Closes https://github.com/igrigorik/videospeed/issues/160. --- inject.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inject.js b/inject.js index 5adf45c..0f70a45 100644 --- a/inject.js +++ b/inject.js @@ -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') {