mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge 0610cc6418
into 7d84185d0e
This commit is contained in:
commit
f72a99ae7f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ import browser from './browser';
|
|||
import inputManager from './inputManager';
|
||||
import layoutManager from '../components/layoutManager';
|
||||
import appSettings from './settings/appSettings';
|
||||
import { stopMultiSelect } from '../components/multiSelect/multiSelect';
|
||||
|
||||
/**
|
||||
* Key name mapping.
|
||||
|
@ -180,6 +181,7 @@ export function enable() {
|
|||
break;
|
||||
|
||||
case 'Escape':
|
||||
stopMultiSelect();
|
||||
if (layoutManager.tv) {
|
||||
inputManager.handleCommand('back');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue