@lightningjs/ui
Advanced tools
Comparing version
{ | ||
"name": "@lightningjs/ui", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Standard UI components for Lightning", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -259,3 +259,3 @@ | ||
} | ||
else if(target > 0 && (target < previous && offset + cw[main] < back)) { | ||
else if(target > 0 && (target < previous && offset + cw[main] < backwardBound)) { | ||
scroll = backwardBound - cw[main]; | ||
@@ -262,0 +262,0 @@ } |
81779
0.01%