mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-02 15:23:31 -08:00
Menubar: Fix links in sidebar "open" tab
Fixes @BurningTreeC's report 061a2c6c94 (commitcomment-37826117)
This commit is contained in:
parent
f3ac255855
commit
fa48a592da
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue