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

add back polymer changes

This commit is contained in:
Luke Pulverenti 2015-07-09 23:19:14 -04:00
parent 319d838d6e
commit 5cc8cf839a
3 changed files with 34 additions and 8 deletions

View file

@ -568,7 +568,8 @@ prevent = dy > dx;
prevent = dx > dy;
}
if (prevent) {
ev.preventDefault();
//This breaks scrolling in safari
//ev.preventDefault();
}
}
},