mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fixed: Search being triggered from Release Restrictions when pressing 't'
This commit is contained in:
parent
c50fb84216
commit
2dd7fb9fdf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ define(
|
|||
'Series/SeriesCollection'
|
||||
], function (Backbone, $, SeriesCollection) {
|
||||
$(document).on('keydown', function (e) {
|
||||
if ($(e.target).is('input')) {
|
||||
if ($(e.target).is('input') || $(e.target).is('textarea')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue