fix: Chat items width

This commit is contained in:
Petr Mironychev
2025-10-31 09:05:17 +01:00
parent 64bca47290
commit eae2b748d5

View File

@ -139,6 +139,8 @@ ChatRootView {
ChatItem {
id: chatItemInstance
width: parent.width
msgModel: root.chatModel.processMessageContent(model.content)
messageAttachments: model.attachments
isUserMessage: model.roleType === ChatModel.User
@ -161,6 +163,7 @@ ChatRootView {
id: toolMessageComponent
ToolStatusItem {
width: parent.width
toolContent: model.content
}
}