mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
force controller visibility on mouse input
Closes https://github.com/igrigorik/videospeed/issues/160.
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user