@enact/spotlight
Advanced tools
Comparing version 3.4.9-experimental-6 to 3.4.9-experimental-7
@@ -5,2 +5,8 @@ # Change Log | ||
## [3.4.9-experimental-7] - 2021-11-24 | ||
### Fixed | ||
- `spotlight/SpotlightRootDecorator` to show focus when last input type is `none` | ||
## [3.4.9-experimental-6] - 2021-04-07 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@enact/spotlight", | ||
"version": "3.4.9-experimental-6", | ||
"version": "3.4.9-experimental-7", | ||
"description": "A focus management library", | ||
@@ -21,4 +21,4 @@ "main": "src/spotlight.js", | ||
"dependencies": { | ||
"@enact/core": "^3.4.9-experimental-6", | ||
"@enact/webos": "^3.4.9-experimental-6", | ||
"@enact/core": "^3.4.9-experimental-7", | ||
"@enact/webos": "^3.4.9-experimental-7", | ||
"prop-types": "^15.7.2", | ||
@@ -25,0 +25,0 @@ "ramda": "^0.24.1", |
@@ -216,8 +216,5 @@ "use strict"; | ||
this.containerRef.current.classList.add('touch-mode'); | ||
} else if (inputType === 'mouse' || inputType === 'key') { | ||
} else { | ||
this.containerRef.current.classList.add('non-touch-mode'); | ||
this.containerRef.current.classList.remove('touch-mode'); | ||
} else { | ||
this.containerRef.current.classList.remove('non-touch-mode'); | ||
this.containerRef.current.classList.remove('touch-mode'); | ||
} | ||
@@ -224,0 +221,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
326029
6630