@enact/spotlight
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,8 @@ # Change Log | ||
## [2.0.1] - 2018-08-01 | ||
### Fixed | ||
- `spotlight` to not blur when pointer leaves floating webOS app while paused | ||
## [2.0.0] - 2018-07-30 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@enact/spotlight", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A focus management library", | ||
@@ -24,3 +24,3 @@ "main": "src/spotlight.js", | ||
"dependencies": { | ||
"@enact/core": "^2.0.0", | ||
"@enact/core": "^2.0.1", | ||
"prop-types": "^15.6.0", | ||
@@ -27,0 +27,0 @@ "ramda": "^0.24.1", |
@@ -323,3 +323,3 @@ "use strict"; | ||
function handleWebOSMouseEvent(ev) { | ||
if (ev && ev.detail && ev.detail.type === 'Leave') { | ||
if (!(0, _Pause.isPaused)() && ev && ev.detail && ev.detail.type === 'Leave') { | ||
onBlur(); | ||
@@ -326,0 +326,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
258205
Updated@enact/core@^2.0.1