Skip to content

Commit a9f5cd3

Browse files
authored
Merge pull request #4608 from marcellamaki/PDF-link-formatting
Fix mis-rendered external links on downloaded PDFs
2 parents 75fb5b5 + 31c771b commit a9f5cd3

File tree

1 file changed

+1
-4
lines changed
  • contentcuration/contentcuration/frontend/shared/views/details

1 file changed

+1
-4
lines changed

contentcuration/contentcuration/frontend/shared/views/details/Details.vue

+1-4
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<VFlex class="source-thumbnail">
263263
<Thumbnail :src="channel.thumbnail" />
264264
</VFlex>
265-
<VFlex v-if="libraryMode" class="font-weight-bold notranslate px-4 subheading">
265+
<VFlex v-if="printing" class="font-weight-bold notranslate px-4 subheading">
266266
{{ channel.name }}
267267
</VFlex>
268268
<a
@@ -419,9 +419,6 @@
419419
}
420420
return '';
421421
},
422-
libraryMode() {
423-
return window.libraryMode;
424-
},
425422
sizeText() {
426423
const size = this._details.resource_size;
427424
const sizeIndex = Math.max(

0 commit comments

Comments
 (0)