mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
chore: update docs + comment
This commit is contained in:
parent
d1def31d05
commit
3edb843594
2 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,6 @@ If you like to always have the latest and greatest, please sync to the `nightly-
|
|||
- Keyboard shortcuts!
|
||||
- select all torrents with <kbd>Ctrl</kbd>-<kbd>A</kbd>
|
||||
- delete selected torrents with <kbd>delete</kbd>
|
||||
- select with <kbd>Ctrl</kbd>+click
|
||||
- <kbd>Shift</kbd>-click to select from one torrent
|
||||
- System
|
||||
- see session stats (down / upload speed, session uploaded / downloaded, free space)
|
||||
|
|
|
@ -411,6 +411,7 @@ export default {
|
|||
document.getElementById('searchInput').focus()
|
||||
}
|
||||
|
||||
// 'Escape' => Remove focus from search field
|
||||
if (e.keyCode === 27) {
|
||||
document.getElementById('searchInput').blur()
|
||||
this.searchFilterEnabled = false
|
||||
|
|
Loading…
Add table
Reference in a new issue