aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-09-12 13:40:16 -0400
committerbobzel <zzzman@gmail.com>2024-09-12 13:40:16 -0400
commit7deef9a2e4fb27521a16734f212092aaba0a11a6 (patch)
tree9039e1dc475413c767ef724189580a077673fa1f /src/client/views/nodes/PDFBox.tsx
parent484e85d4448cd56d096a1b234d2a98a638e08c77 (diff)
parent623da0b4eec34fbd238cc26a5e0c105426a6711e (diff)
Merge branch 'master' into keanu-comments
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r--src/client/views/nodes/PDFBox.tsx4
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);