From bd43e4e167a453228faeea52d4fee25833c38290 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 8 Oct 2015 21:56:19 -0400 Subject: [PATCH] restore polymer change --- dashboard-ui/bower_components/polymer/polymer.html | 2 +- dashboard-ui/vulcanize-out.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/bower_components/polymer/polymer.html b/dashboard-ui/bower_components/polymer/polymer.html index e5295ac94e..dc6ff40127 100644 --- a/dashboard-ui/bower_components/polymer/polymer.html +++ b/dashboard-ui/bower_components/polymer/polymer.html @@ -651,7 +651,7 @@ prevent = dy > dx; prevent = dx > dy; } if (prevent) { -ev.preventDefault(); +//ev.preventDefault(); } else { Gestures.prevent('track'); } diff --git a/dashboard-ui/vulcanize-out.html b/dashboard-ui/vulcanize-out.html index 49cb8c2e2b..77769ed25a 100644 --- a/dashboard-ui/vulcanize-out.html +++ b/dashboard-ui/vulcanize-out.html @@ -2765,7 +2765,7 @@ prevent = dy > dx; prevent = dx > dy; } if (prevent) { -ev.preventDefault(); +//ev.preventDefault(); } else { Gestures.prevent('track'); }