Skip to content

Commit

Permalink
Disable link rendering when rendering list-links-draggable captions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Mar 26, 2022
1 parent 1c16f12 commit 758d590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/wiki/macros/list.tid
Expand Up @@ -33,9 +33,11 @@ tags: $:/tags/Macro
<div>
<$transclude tiddler="""$itemTemplate$""">
<$link to={{!!title}}>
<$let tv-wikilinks="no">
<$transclude field="caption">
<$view field="title"/>
</$transclude>
</$let>
</$link>
</$transclude>
</div>
Expand Down

0 comments on commit 758d590

Please sign in to comment.