This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
Radarr
mirror of
https://github.com/Radarr/Radarr
Watch
1
Star
0
Fork
You've already forked Radarr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Fixed: command+T will not target search box in UI
Browse Source
pull/3113/head
Mark McDowall
11 years ago
parent
21afdf80a2
commit
668c667917
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
src/UI/Navbar/Search.js
Unescape
Escape
View File
@ -10,7 +10,7 @@ define(
return
;
}
if
(
e
.
ctrlKey
)
{
if
(
e
.
ctrlKey
||
e
.
metaKey
||
e
.
altKey
)
{
return
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
open-source-mirrors/Radarr
Title
Body
Create Issue