1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add back target check

This commit is contained in:
dkanada 2020-12-27 22:16:01 +09:00 committed by GitHub
parent 2ca6cd869c
commit e5503c8e9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1418,6 +1418,7 @@ import { appRouter } from '../../../components/appRouter';
});
dom.addEventListener(view, 'dblclick', function () {
if (e.target !== view) return;
playbackManager.toggleFullscreen(currentPlayer);
});