TF-3267 Implement HTML attachment preview
This commit is contained in:
@@ -38,4 +38,6 @@ extension AttachmentExtension on Attachment {
|
||||
}
|
||||
|
||||
DownloadTaskId get downloadTaskId => DownloadTaskId(blobId!.value);
|
||||
|
||||
bool get isHTMLFile => type?.isPDFFile(fileName: name) ?? false;
|
||||
}
|
||||
Reference in New Issue
Block a user