mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
Merge branch 'master' of github.com:igrigorik/videospeed into apple-tv-plus
This commit is contained in:
@@ -395,9 +395,9 @@
|
||||
}
|
||||
|
||||
// Ignore keydown event if typing in an input box
|
||||
if (document.activeElement.nodeName === 'INPUT'
|
||||
|| document.activeElement.nodeName === 'TEXTAREA'
|
||||
|| document.activeElement.isContentEditable) {
|
||||
if (event.target.nodeName === 'INPUT'
|
||||
|| event.target.nodeName === 'TEXTAREA'
|
||||
|| event.target.isContentEditable) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user