mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 21:22:41 +00:00
Use ariaExpanded method for navigation toggle function
This commit is contained in:
parent
5117609be4
commit
d3c19d83fb
@ -104,7 +104,7 @@
|
||||
};
|
||||
|
||||
const toggleNavigation = () => {
|
||||
const open = navbarToggle.getAttribute("aria-expanded");
|
||||
const open = navbarToggle.ariaExpanded;
|
||||
open === "false" ? openNavigation() : closeNavigation();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user