Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit bbb3c6a

Browse files
committed
Remove invalid touch-action scroll
Breaks the "should scroll" logic in polymer-gestures
1 parent e4850a3 commit bbb3c6a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

elements/pi-accounts.html

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676

7777
Polymer('pi-accounts', {
7878
ready: function() {
79-
this.setAttribute('touch-action', 'scroll');
8079
this.asyncFire('ready');
8180
},
8281
accountsChanged: function() {

elements/pi-items-view.html

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
pageSize: 27,
6363
ready: function() {
6464
this.makeDummyTiles();
65-
this.setAttribute('touch-action', 'scroll');
6665
},
6766
makeDummyTiles: function() {
6867
this.dummyTiles = [];

0 commit comments

Comments
 (0)