@adoratorio/hades
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -191,3 +191,3 @@ "use strict"; | ||
event.delta.x = event.delta.x * this.options.scale; | ||
event.delta.y = event.delta.x * this.options.scale; | ||
event.delta.y = event.delta.y * this.options.scale; | ||
// Set the first scroll direction | ||
@@ -194,0 +194,0 @@ if (this.prevDirection.x === Hades.DIRECTION.INITIAL || this.prevDirection.y === Hades.DIRECTION.INITIAL) { |
{ | ||
"name": "@adoratorio/hades", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A smooth scrollbar based on Hermes, scroll down 'till hell", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |