Skip to content

Commit 0da6523

Browse files
committed
Update navigation.ejs
1 parent 597619b commit 0da6523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/templates/navigation.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
<% if (isExplicitExternal) { %> <%- renderIcon('external-link', { class: 'nav-external-icon' }) %> <% } %>
8888
</a>
8989
<% if (item.children) { %>
90-
<%# FIX: If NOT collapsible, always display. If collapsible, only show if open. %>
9190
<ul class="submenu" style="display: <%= (!isCollapsible || shouldBeOpen) ? 'block' : 'none' %>;">
9291
<% renderNav(item.children); %>
9392
</ul>

0 commit comments

Comments
 (0)