Skip to content

Commit

Permalink
Refactor import preview to not use a hidden table row (#7057)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmario committed Nov 23, 2022
1 parent 026739e commit 882e040
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/ui/ImportListing.tid
Expand Up @@ -117,15 +117,15 @@ title: $:/core/ui/ImportListing
</div>
</td>
</$reveal>
<tr>
<$reveal type="match" text="yes" state=<<previewPopupState>> tag="tr">
<td colspan="3">
<$reveal type="match" text="yes" state=<<previewPopupState>> tag="div">
<$list filter="[{$:/state/importpreviewtype}has[text]]" variable="listItem" emptyMessage={{$:/core/ui/ImportPreviews/Text}}>
<$transclude tiddler={{$:/state/importpreviewtype}}/>
<div>
<$transclude tiddler={{$:/state/importpreviewtype}}/>
</div>
</$list>
</$reveal>
</td>
</tr>
</$reveal>
</$list>
</tbody>
</table>

0 comments on commit 882e040

Please sign in to comment.