This commit is contained in:
goodtube4u
2025-09-28 18:07:28 +10:00
parent bc59c322a0
commit 445f9c1c46

View File

@@ -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];