Skip to content

Commit

Permalink
Fix stamp dropdown not transcluding caption field
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Jan 15, 2020
1 parent 6732b3c commit 7795ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/ui/EditorToolbar/stamp-dropdown.tid
Expand Up @@ -29,11 +29,11 @@ suffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}}
$tiddler=<<dropdown-state>>
/>

<$view tiddler=<<snippetTitle>> field="caption" mode="inline">
<$transclude tiddler=<<snippetTitle>> field="caption" mode="inline">

<$view tiddler=<<snippetTitle>> field="title" mode="inline"/>
<$view tiddler=<<snippetTitle>> field="title" />

</$view>
</$transclude>

</$button>
\end
Expand Down

0 comments on commit 7795ed9

Please sign in to comment.