mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix inputManager trigger
This commit is contained in:
parent
ff28682aaa
commit
91e8d2c44f
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, {
|
dom.addEventListener(document, 'click', notify, {
|
||||||
passive: true
|
passive: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue