mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 04:46:52 +00:00
Fix broken import previews
All three were inadvertently showing the existing tiddler (if any), not the imported tiddler.
This commit is contained in:
@@ -2,4 +2,4 @@ title: $:/core/ui/ImportPreviews/Text
|
||||
tags: $:/tags/ImportPreview
|
||||
caption: {{$:/language/Import/Listing/Preview/Text}}
|
||||
|
||||
<$transclude tiddler=<<payloadTiddler>> mode="block"/>
|
||||
<$transclude tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> mode="block"/>
|
||||
|
||||
Reference in New Issue
Block a user