chore: update docs + comment

This commit is contained in:
Daan Wijns 2023-03-05 09:33:59 +01:00
parent d1def31d05
commit 3edb843594
2 changed files with 1 additions and 1 deletions

View file

@ -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)

View file

@ -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