focus-trap
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changelog | ||
## 2.0.1 | ||
- Fix bug when activating multiple focus traps. | ||
## 2.0.0 | ||
@@ -4,0 +8,0 @@ |
@@ -80,3 +80,3 @@ var tabbable = require('tabbable'); | ||
if (listeningFocusTrap) { | ||
listeningFocusTrap.unlisten(); | ||
listeningFocusTrap.pause(); | ||
} | ||
@@ -83,0 +83,0 @@ listeningFocusTrap = trap; |
{ | ||
"name": "focus-trap", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Trap focus within a DOM node.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13867