1
0
Fork 0
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:
Dmitry Lyzo 2020-04-18 11:32:11 +03:00
parent ff28682aaa
commit 91e8d2c44f

View file

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