forked from Shinonome/dots-hyprland
Fix segmentContent property assignment in MessageThinkBlock
This commit is contained in:
committed by
GitHub
parent
c369db75eb
commit
2e5be90237
@@ -156,7 +156,6 @@ Item {
|
|||||||
property bool editing: root.editing
|
property bool editing: root.editing
|
||||||
property bool renderMarkdown: root.renderMarkdown
|
property bool renderMarkdown: root.renderMarkdown
|
||||||
property bool enableMouseSelection: root.enableMouseSelection
|
property bool enableMouseSelection: root.enableMouseSelection
|
||||||
property string segmentContent: root.segmentContent
|
|
||||||
property var messageData: root.messageData
|
property var messageData: root.messageData
|
||||||
property bool done: root.done
|
property bool done: root.done
|
||||||
|
|
||||||
@@ -165,6 +164,7 @@ Item {
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
segmentContent: root.segmentContent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user