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

Remove some more things

This commit is contained in:
MrTimscampi 2020-07-23 21:12:57 +02:00
parent a179291f4f
commit a09a9e9a3a
7 changed files with 8 additions and 104 deletions

View file

@ -580,9 +580,6 @@ import 'css!./multiSelect';
dom.removeEventListener(element, 'touchend', onTouchEnd, {
passive: true
});
dom.removeEventListener(element, 'touchcancel', onTouchEnd, {
passive: true
});
dom.removeEventListener(element, 'mousedown', onMouseDown, {
passive: true
});