Skip to content

Commit

Permalink
Merge pull request #4608 from marcellamaki/PDF-link-formatting
Browse files Browse the repository at this point in the history
Fix mis-rendered external links on downloaded PDFs
  • Loading branch information
rtibbles authored Jul 24, 2024
2 parents 75fb5b5 + 31c771b commit a9f5cd3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<VFlex class="source-thumbnail">
<Thumbnail :src="channel.thumbnail" />
</VFlex>
<VFlex v-if="libraryMode" class="font-weight-bold notranslate px-4 subheading">
<VFlex v-if="printing" class="font-weight-bold notranslate px-4 subheading">
{{ channel.name }}
</VFlex>
<a
Expand Down Expand Up @@ -419,9 +419,6 @@
}
return '';
},
libraryMode() {
return window.libraryMode;
},
sizeText() {
const size = this._details.resource_size;
const sizeIndex = Math.max(
Expand Down

0 comments on commit a9f5cd3

Please sign in to comment.