@lightningjs/ui
Advanced tools
Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "@lightningjs/ui", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Standard UI components for Lightning", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -99,2 +99,5 @@ /* | ||
this._index = 0; | ||
if (this._scrollTransition) { | ||
this._scrollTransition.reset(0, 1); | ||
} | ||
if(this.wrapper) { | ||
@@ -101,0 +104,0 @@ const hadChildren = this.wrapper.children > 0; |
156962
28
2148