We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb14ce commit 8fded54Copy full SHA for 8fded54
site/themes/arangodb-docs-theme/static/js/theme.js
@@ -557,6 +557,7 @@ function handleDocumentClick(event) {
557
// Menu link clicks
558
if (target.classList.contains("link-nav")) {
559
event.preventDefault();
560
+ target.closest(".main-nav").classList.remove("active");
561
document.querySelectorAll(".link-nav-active").forEach(el => el.classList.remove("link-nav-active"));
562
target.classList.add("link-nav-active");
563
closeAllEntries();
0 commit comments