From 0cf61501ec9be34294935f01973c1bd9cad6d267 Mon Sep 17 00:00:00 2001 From: Zachary Zhang Date: Sat, 31 Aug 2024 00:11:37 -0400 Subject: uncomment a line --- src/client/views/InkTranscription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/InkTranscription.tsx b/src/client/views/InkTranscription.tsx index e66bd9dda..93f054462 100644 --- a/src/client/views/InkTranscription.tsx +++ b/src/client/views/InkTranscription.tsx @@ -292,7 +292,7 @@ export class InkTranscription extends React.Component { if (!this.currGroup.hasTextBox) { const newDoc = Docs.Create.TextDocument(textBoxText, { title: '', x: this.currGroup.x as number, y: (this.currGroup.y as number) + (this.currGroup.height as number) }); newDoc.height = 200; - //this.collectionFreeForm?.addDocument(newDoc); + this.collectionFreeForm?.addDocument(newDoc); this.currGroup.hasTextBox = true; } ref.editor.clear(); -- cgit v1.2.3-70-g09d2