dotsunited-off-canvas-navigation
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -21,4 +21,2 @@ (function(window, factory) { | ||
function open(toggle, panel) { | ||
root.addClass(openClass); | ||
toggle | ||
@@ -53,2 +51,4 @@ .attr('aria-expanded', 'true') | ||
; | ||
root.addClass(openClass); | ||
} | ||
@@ -61,7 +61,4 @@ | ||
root.removeClass(openClass); | ||
panel | ||
.attr('aria-hidden', 'true') | ||
.attr('hidden', 'true') | ||
.removeAttr('tabindex') | ||
@@ -76,2 +73,8 @@ .blur() | ||
; | ||
root.removeClass(openClass); | ||
setTimeout(function() { | ||
panel.attr('hidden', 'true') | ||
}, 500); | ||
} | ||
@@ -78,0 +81,0 @@ |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
336570
9495
1