aria-voyager
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -823,2 +823,5 @@ // src/controls/-utils.ts | ||
activateItem(item, forceFocus = false) { | ||
if (this.control.options.disabled) { | ||
return; | ||
} | ||
if (item !== this.activeItem) { | ||
@@ -825,0 +828,0 @@ item.setAttribute("tabindex", "0"); |
{ | ||
"name": "aria-voyager", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A framework agnostic / universal package that implements navigation patterns for various aria roles and features", | ||
@@ -5,0 +5,0 @@ "author": "gossi", |
Sorry, the diff of this file is not supported yet
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
87636
2334