1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-07-04 19:02:44 +00:00

Menubar: Fix links in sidebar "open" tab

Fixes @BurningTreeC's report https://github.com/Jermolene/TiddlyWiki5/commit/061a2c6c948e227525416b79ac0ef757c80c0116#commitcomment-37826117
This commit is contained in:
Jeremy Ruston
2020-03-14 17:03:40 +00:00
parent f3ac255855
commit fa48a592da
+2
View File
@@ -44,6 +44,7 @@ tags: $:/tags/PageTemplate
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]limit[1]]" variable="listItem">
<nav class="tc-menubar tc-adjust-top-of-scroll">
<$scrollable fallthrough="none">
<div class="tc-menubar-narrow">
<<menubar-inner narrow>>
</div>
@@ -64,5 +65,6 @@ tags: $:/tags/PageTemplate
</$set>
</$list>
</$list>
</$scrollable>
</nav>
</$list>