diff options
author | bobzel <zzzman@gmail.com> | 2025-07-08 11:14:36 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-07-08 11:14:36 -0400 |
commit | fbbf2933418cc9a4434cfc873b88d04a392cd8e9 (patch) | |
tree | e3372109e791c932684d9521476c7f916fa369c5 /src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx | |
parent | d4156e3e178a321de0e5497da08a2c2a49faa2fd (diff) |
fixed resizing of chatbox
Diffstat (limited to 'src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx')
-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 8043111b9..15b148372 100644 --- a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx +++ b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx @@ -1043,5 +1043,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: '' }, + options: { acl: '', _layout_nativeDimEditable: true, _layout_fitWidth: true, chat: '', chat_history: '', chat_thread_id: '', chat_assistant_id: '', chat_vector_store_id: '' }, }); |