mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 23:33:58 +00:00
Fixed: command+T will not target search box in UI
This commit is contained in:
@@ -10,7 +10,7 @@ define(
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.ctrlKey) {
|
||||
if (e.ctrlKey || e.metaKey || e.altKey) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user