restore polymer changes
This commit is contained in:
parent
2a2b9b7fe5
commit
f09dfdcddf
4 changed files with 8 additions and 6 deletions
|
@ -2724,7 +2724,8 @@ prevent = dy > dx;
|
|||
prevent = dx > dy;
|
||||
}
|
||||
if (prevent) {
|
||||
ev.preventDefault();
|
||||
// This prevents horizontal scrolling in safari
|
||||
//ev.preventDefault();
|
||||
} else {
|
||||
Gestures.prevent('track');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue