fg-collapsible
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "fg-collapsible", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Toggle your collapsible content", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -143,3 +143,3 @@ /* | ||
// arrow key behavior: collapsible must be expanded to accept arrow navigation | ||
if( !self.collapsed ){ | ||
if( !self.collapsed && isMenu() ){ | ||
if( e.which === 39 || e.which === 40 ){ | ||
@@ -146,0 +146,0 @@ self.arrow( e.target ); |
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
45767