1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-26 19:47:20 +00:00

fix missingText in toc-tabbed-*-nav

This commit is contained in:
pmario 2024-10-08 21:50:13 +02:00
parent e07edae502
commit 181e78410b

View File

@ -449,7 +449,7 @@ If a toc-item link is clicked it will open the tiddler in the story river
<$reveal stateTitle=<<selectedTiddler>> type="nomatch" text="">
<$transclude mode="block" tiddler=<<template>>>
<h1><<_itemTemplate>></h1>
<$transclude mode="block">$missingText$</$transclude>
<$transclude mode="block"><<missingText>></$transclude>
</$transclude>
</$reveal>
<$reveal stateTitle=<<selectedTiddler>> type="match" text="">