fix: Copy button can flow in expanded codeblock

This commit is contained in:
Petr Mironychev
2026-05-15 22:07:40 +02:00
parent a06320d1c4
commit eb7fc2f7b4
4 changed files with 18 additions and 5 deletions

View File

@@ -272,6 +272,7 @@ ChatRootView {
id: chatItemInstance
width: parent.width
chatViewport: chatListView
msgModel: root.chatModel.processMessageContent(model.content)
messageAttachments: model.attachments
messageImages: model.images