mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Menubar: Fix links in sidebar "open" tab
Fixes @BurningTreeC's report 061a2c6c94 (commitcomment-37826117)
This commit is contained in:
parent
f3ac255855
commit
fa48a592da
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user