mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -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 id = v.dataset['vscid'];
|
||||||
var controller = document.querySelector(`div[data-vscid="${id}"]`);
|
var controller = document.querySelector(`div[data-vscid="${id}"]`);
|
||||||
|
|
||||||
if (keyboard)
|
showController(controller);
|
||||||
showController(controller);
|
|
||||||
|
|
||||||
if (!v.classList.contains('vsc-cancelled')) {
|
if (!v.classList.contains('vsc-cancelled')) {
|
||||||
if (action === 'rewind') {
|
if (action === 'rewind') {
|
||||||
|
Reference in New Issue
Block a user