mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
prefs: ignore hotkeys while in TEXTAREA
This commit is contained in:
@@ -970,7 +970,7 @@ function validatePrefsReset() {
|
||||
|
||||
function pref_hotkey_handler(e) {
|
||||
try {
|
||||
if (e.target.nodeName == "INPUT") return;
|
||||
if (e.target.nodeName == "INPUT" || e.target.nodeName == "TEXTAREA") return;
|
||||
|
||||
var keycode = false;
|
||||
var shift_key = false;
|
||||
|
||||
Reference in New Issue
Block a user