aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/scrapbook/ScrapbookBox.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/scrapbook/ScrapbookBox.tsx b/src/client/views/nodes/scrapbook/ScrapbookBox.tsx
index 6d5ad031c..33761efc9 100644
--- a/src/client/views/nodes/scrapbook/ScrapbookBox.tsx
+++ b/src/client/views/nodes/scrapbook/ScrapbookBox.tsx
@@ -88,8 +88,8 @@ export class ScrapbookBox extends ViewBoxAnnotatableComponent<FieldViewProps>()
internalImg.accepts_docType = DocumentType.IMG;
internalImg.accepts_tagType = 'PERSON' //should i be writing fields on this doc? clarify diff between this and proto, original
const placeholder5 = new Doc();
- placeholder5.proto = image;
- placeholder5.original = image;
+ placeholder5.proto = internalImg;
+ placeholder5.original = internalImg;
placeholder5._width = 50;
placeholder5._height = 100;
placeholder5.x = 0;