@lightningjs/ui
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@lightningjs/ui", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Standard UI components for Lightning", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -283,3 +283,3 @@ /* | ||
if(direction === 'row' && targetIndex > -1 && targetIndex < currentRow.children.length) { | ||
this._previousKey = null; | ||
this._previous = null; | ||
return this._columnIndex = targetIndex; | ||
@@ -286,0 +286,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
127500