mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: remove search shortcut #561
This commit is contained in:
parent
36ac80aaa2
commit
0c6562efb3
1 changed files with 0 additions and 5 deletions
|
@ -401,11 +401,6 @@ export default {
|
|||
|
||||
return this.createModal('ConfirmDeleteModal')
|
||||
}
|
||||
|
||||
// 'Search new torrent'
|
||||
if (e.keyCode === 55) {
|
||||
return this.createModal('SearchModal')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue