mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 01:55:41 +01:00
Fixed: Don't block ctrl+t from opening a new tab
This commit is contained in:
@@ -10,6 +10,10 @@ define(
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.ctrlKey) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.keyCode === 84) {
|
||||
$('.x-series-search').focus();
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user