mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-19 14:24:35 +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