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

restore polymer change

This commit is contained in:
Luke Pulverenti 2015-08-08 12:18:34 -04:00
parent 891f7bd872
commit 51f9b54953
4 changed files with 6 additions and 5 deletions

View file

@ -2704,7 +2704,8 @@ prevent = dy > dx;
prevent = dx > dy;
}
if (prevent) {
ev.preventDefault();
// This prevents horizontal scrolling in safari
//ev.preventDefault();
} else {
Gestures.prevent('track');
}