diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-11-12 08:00:33 -0500 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-11-12 08:00:33 -0500 |
| commit | be60b14248de71d44e1a3195afab2c4d74c10363 (patch) | |
| tree | f61f1fbc825e3e71437e6a63dc7158561692fe73 /src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx | |
| parent | f2a4c9e484340b0542b896974673ffa13fbc0ac5 (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.tsx | 4 |
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; } |
