From 294281602e32f10e3b1be961a592dd2c1a35ac96 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 25 Sep 2015 20:28:13 -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 f61b63da1a..798fac598d 100644 --- a/dashboard-ui/bower_components/polymer/polymer.html +++ b/dashboard-ui/bower_components/polymer/polymer.html @@ -641,7 +641,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 1b4967949f..4e6b7a95f8 100644 --- a/dashboard-ui/vulcanize-out.html +++ b/dashboard-ui/vulcanize-out.html @@ -2755,7 +2755,7 @@ prevent = dy > dx; prevent = dx > dy; } if (prevent) { -ev.preventDefault(); +//ev.preventDefault(); } else { Gestures.prevent('track'); }