diff options
author | bobzel <zzzman@gmail.com> | 2024-09-01 12:55:59 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-01 12:55:59 -0400 |
commit | a958577d4c27b276aa37484e3f895e196138b17c (patch) | |
tree | 6a9ca7b34ce3de02130b533dabc5f201f3527186 /src/client/views/nodes/PDFBox.tsx | |
parent | b235e116167a06b6d36e2962dd3f610839f18974 (diff) |
consolidated image resampling. fixed importing zipped workspace.
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index b17275a1e..cb0b0d71f 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -56,10 +56,6 @@ export class PDFBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { @computed get pdfUrl() { return Cast(this.dataDoc[this._props.fieldKey], PdfField); } - @computed get pdfThumb() { - return ImageCast(this.layoutDoc['thumb-frozen'], ImageCast(this.layoutDoc.thumb))?.url; - } - constructor(props: FieldViewProps) { super(props); makeObservable(this); |