Skip to content

Commit

Permalink
Update main-nav.js
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenhitchon committed Jul 26, 2023
1 parent 7bcb2c2 commit eb17f53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/main-nav/main-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class Navigation {
const isOutsideNav = !this.mainNavElement.contains(event.target)

if (isOutsideNav) {
// this.saveElements(event)
this.toggleSubNavDesktop(true)
event.preventDefault()
}
Expand Down

0 comments on commit eb17f53

Please sign in to comment.