@lightningjs/ui
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@lightningjs/ui", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Standard UI components for Lightning", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -82,2 +82,3 @@ /* | ||
this._refocus(); | ||
this.scrollCollectionWrapper(obj); | ||
@@ -234,3 +235,3 @@ this.signal('onIndexChanged', obj); | ||
} | ||
const offset = this._scrollTransition && this._scrollTransition.targetValue || 0; | ||
const offset = Math.min(this.wrapper[main], this._scrollTransition && this._scrollTransition.targetValue || 0); | ||
@@ -237,0 +238,0 @@ const sizes = this._getItemSizes(cw); |
127555
1884