diff --git a/src/lib/dom/smoothscroll.es6 b/src/lib/dom/smoothscroll.es6 index b966469..9a5bee4 100644 --- a/src/lib/dom/smoothscroll.es6 +++ b/src/lib/dom/smoothscroll.es6 @@ -147,7 +147,7 @@ SmoothScroll.prototype = { } this.moved = true this._translate(newX,newY) - // this.directionLocked = 0 + this.directionLocked = 0 if(timestamp - this.startTime > 300){ this.startTime = timestamp this.startX = this.x