aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-11-12 08:00:33 -0500
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-11-12 08:00:33 -0500
commitbe60b14248de71d44e1a3195afab2c4d74c10363 (patch)
treef61f1fbc825e3e71437e6a63dc7158561692fe73 /src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx
parentf2a4c9e484340b0542b896974673ffa13fbc0ac5 (diff)
image doc working
Diffstat (limited to 'src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx')
-rw-r--r--src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx
index d85f9d82e..f6b284bdb 100644
--- a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx
+++ b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx
@@ -481,13 +481,9 @@ export class ChatBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
doc = DocCast(Docs.Create.SimulationDocument(options));
break;
case 'collection': {
- // const par = JSON.parse(data);
- // console.log('Parse #2: ' + par);
const arr = await this.createCollectionWithChildren(data);
options._layout_fitWidth = true;
options._freeform_backgroundGrid = true;
-
- // const opts = { _width: 500, _height: 800, _layout_fitWidth: true, _freeform_backgroundGrid: true };
doc = DocCast(Docs.Create.FreeformDocument(arr, options));
break;
}