mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1106 from dmitrylyzo/fix-inputmanager-trigger
Fix inputManager trigger
This commit is contained in:
commit
2eeabd38ff
1 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,9 @@ import appHost from 'apphost';
|
|||
}
|
||||
}
|
||||
|
||||
// Alias for backward compatibility
|
||||
export const trigger = handleCommand;
|
||||
|
||||
dom.addEventListener(document, 'click', notify, {
|
||||
passive: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue