Fixed custom list import

This commit is contained in:
2017-07-04 16:13:20 +02:00
parent 81d58bfd8e
commit 52431a0a05
3 changed files with 5 additions and 2 deletions

View File

@ -318,7 +318,7 @@ export class AnimeNotifier {
}
// F = Search
if(e.keyCode == 70) {
if(e.keyCode == 70 && !e.ctrlKey) {
let search = this.app.find("search") as HTMLInputElement
search.focus()