Skip to content

Commit

Permalink
Fix pawelgrzybek#123: Fixed preventDefault warning/error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tridattran committed Jan 9, 2018
1 parent 092dfe5 commit a593c46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/siema.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ export default class Siema {
}

if (this.pointerDown && this.drag.letItGo) {
e.preventDefault();
this.drag.endX = e.touches[0].pageX;
this.sliderFrame.style.webkitTransition = `all 0ms ${this.config.easing}`;
this.sliderFrame.style.transition = `all 0ms ${this.config.easing}`;
Expand Down

0 comments on commit a593c46

Please sign in to comment.