Skip to content

Commit

Permalink
Add tag parameter to reveal-widget to fix regression (TiddlyWiki#8084)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmario authored Mar 18, 2024
1 parent 62a5fc0 commit 31ec1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/ViewTemplate/title.tid
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tags: $:/tags/ViewTemplate
</$link>
</$set>
</div>
<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">
<$reveal tag="div" type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem">
<$transclude tiddler=<<listItem>> mode="block"/>
</$list>
Expand Down

0 comments on commit 31ec1bd

Please sign in to comment.