@lightningjs/ui
Advanced tools
Comparing version 1.3.11 to 1.3.12
# Changelog | ||
*3 juli 2023* | ||
## v1.3.12 | ||
- Focus fix when removing last element | ||
*june 2023* | ||
## v1.3.11 | ||
@@ -4,0 +11,0 @@ - Fix remove function CollectionWrapper |
{ | ||
"name": "@lightningjs/ui", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "Standard UI components for Lightning", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -51,2 +51,5 @@ /* | ||
if(this._items.length === 0) { | ||
this._mainIndex = 0; | ||
this._crossIndex = 0; | ||
this._index = 0; | ||
return false; | ||
@@ -53,0 +56,0 @@ } |
@@ -166,2 +166,3 @@ /* | ||
if(this._items.length === 0) { | ||
this._index = 0; | ||
return false; | ||
@@ -244,2 +245,3 @@ } | ||
} | ||
this.setIndex(this.index); | ||
return item; | ||
@@ -246,0 +248,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220670
3207