From 882e040e62c0713a6a3f384828c61e0e19daaba4 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Wed, 23 Nov 2022 22:53:21 +0100 Subject: [PATCH] Refactor import preview to not use a hidden table row (#7057) --- core/ui/ImportListing.tid | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/ui/ImportListing.tid b/core/ui/ImportListing.tid index 5100eb831..4db1d4757 100644 --- a/core/ui/ImportListing.tid +++ b/core/ui/ImportListing.tid @@ -117,15 +117,15 @@ title: $:/core/ui/ImportListing - +<$reveal type="match" text="yes" state=<> tag="tr"> -<$reveal type="match" text="yes" state=<> tag="div"> <$list filter="[{$:/state/importpreviewtype}has[text]]" variable="listItem" emptyMessage={{$:/core/ui/ImportPreviews/Text}}> -<$transclude tiddler={{$:/state/importpreviewtype}}/> +
+ <$transclude tiddler={{$:/state/importpreviewtype}}/> +
- - +