Improved attachment glyph handling

This commit is contained in:
the-djmaze 2023-03-21 10:05:29 +01:00
parent 6b29460bdf
commit 50487af6a7
6 changed files with 18 additions and 23 deletions

View file

@ -163,7 +163,7 @@ export class AttachmentModel extends AbstractModel {
thumbnailStyle() {
return this.hasThumbnail()
? 'background:url(' + serverRequestRaw('ViewThumbnail', this.download) + ')'
: '';
: null;
}
/**