From 37cdff4fb2383953f39cb0fee384a4779cd9fa7b Mon Sep 17 00:00:00 2001 From: sharkiecodes Date: Wed, 30 Apr 2025 19:50:21 -0400 Subject: fixes --- src/client/views/nodes/scrapbook/ScrapbookBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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() 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; -- cgit v1.2.3-70-g09d2