mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Fix
This commit is contained in:
@@ -3763,9 +3763,6 @@
|
||||
|
||||
// If the video element exists
|
||||
if (videoElement) {
|
||||
// Focus the video element
|
||||
videoElement.focus();
|
||||
|
||||
// Get the key event data
|
||||
let keyData = event.data.replace('goodTube_shortcut_', '').split('_');
|
||||
let eventType = keyData[0];
|
||||
|
||||
Reference in New Issue
Block a user