minitel-standalone
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -222,3 +222,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
this.focusedObj.focused = isInTree; | ||
if (isInTree) | ||
if (this.focusedObj.focused && this.focusedObj.disabled) | ||
this.focusedObj.focused = false; | ||
if (isInTree && !this.focusedObj.disabled) | ||
return; | ||
@@ -225,0 +227,0 @@ this.focusedObj = null; |
{ | ||
"name": "minitel-standalone", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "A standalone package for minitel components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -290,3 +290,4 @@ import { Duplex } from 'stream'; | ||
if (this.focusedObj.focused !== isInTree) this.focusedObj.focused = isInTree; | ||
if (isInTree) return; | ||
if (this.focusedObj.focused && this.focusedObj.disabled) this.focusedObj.focused = false; | ||
if (isInTree && !this.focusedObj.disabled) return; | ||
this.focusedObj = null; | ||
@@ -293,0 +294,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
260238
5496