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

update profile

This commit is contained in:
Luke Pulverenti 2015-12-21 00:07:55 -05:00
parent d07936210e
commit ee3c620d89
7 changed files with 15 additions and 24 deletions

View file

@ -741,7 +741,7 @@ prevent = dy > dx;
prevent = dx > dy;
}
if (prevent) {
ev.preventDefault();
//ev.preventDefault();
} else {
Gestures.prevent('track');
}