Fix broken import previews

All three were inadvertently showing the existing tiddler (if any), not the imported tiddler.
This commit is contained in:
Jermolene
2018-05-16 17:40:15 +01:00
parent 33e636cbe7
commit 33453039fc
3 changed files with 16 additions and 5 deletions

View File

@@ -2,4 +2,4 @@ title: $:/core/ui/ImportPreviews/TextRaw
tags: $:/tags/ImportPreview
caption: {{$:/language/Import/Listing/Preview/TextRaw}}
<pre><code><$view tiddler=<<payloadTiddler>>/></code></pre>
<pre><code><$view tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> /></code></pre>