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 597619b commit 0da6523Copy full SHA for 0da6523
src/templates/navigation.ejs
@@ -87,7 +87,6 @@
87
<% if (isExplicitExternal) { %> <%- renderIcon('external-link', { class: 'nav-external-icon' }) %> <% } %>
88
</a>
89
<% if (item.children) { %>
90
- <%# FIX: If NOT collapsible, always display. If collapsible, only show if open. %>
91
<ul class="submenu" style="display: <%= (!isCollapsible || shouldBeOpen) ? 'block' : 'none' %>;">
92
<% renderNav(item.children); %>
93
</ul>
0 commit comments