Skip to content

Commit

Permalink
fix: navigation definition
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk committed Sep 13, 2024
1 parent 5a021e0 commit 5f72831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/partial/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<script>
const searchButtons = document.querySelectorAll(".js-search-button");
const searchOverlay = document.querySelector(".p-navigation__search-overlay");
const navigation = document.querySelector("#navigation");

function escKeyPressHandler(e) {
if (e.key === "Escape") {
Expand Down

0 comments on commit 5f72831

Please sign in to comment.