diff options
| author | bobzel <zzzman@gmail.com> | 2025-07-08 11:15:28 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-07-08 11:15:28 -0400 |
| commit | af8383097b69c317fdaae44a387d4872f77687e5 (patch) | |
| tree | 23f11a499496f302cdf0b71b545b4f2f32fd872e /src/client/views/nodes/chatbot/chatboxcomponents | |
| parent | 2cc49aaefdf2e8910be2debbe9653a1f9337b35c (diff) | |
| parent | fbbf2933418cc9a4434cfc873b88d04a392cd8e9 (diff) | |
Merge branch 'master' into lanyi-expanded-agent-paper-main
Diffstat (limited to 'src/client/views/nodes/chatbot/chatboxcomponents')
| -rw-r--r-- | src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx index acf6870c3..0294dd5a7 100644 --- a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx +++ b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx @@ -1551,5 +1551,5 @@ export class ChatBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { */ Docs.Prototypes.TemplateMap.set(DocumentType.CHAT, { layout: { view: ChatBox, dataField: 'data' }, - options: { acl: '', _layout_fitWidth: true, chat: '', chat_history: '', chat_thread_id: '', chat_assistant_id: '', chat_vector_store_id: '', _forceActive: true }, + options: { acl: '', _layout_nativeDimEditable: true, _layout_fitWidth: true, chat: '', chat_history: '', chat_thread_id: '', chat_assistant_id: '', chat_vector_store_id: '', _forceActive: true }, }); |
