From fbbf2933418cc9a4434cfc873b88d04a392cd8e9 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 8 Jul 2025 11:14:36 -0400 Subject: fixed resizing of chatbox --- src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() { */ 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: '' }, }); -- cgit v1.2.3-70-g09d2