fix(ActivityCenter): Fix displaying mention as a tag in AC (#10310)
Close #10297
This commit is contained in:
parent
cdb206d8fa
commit
70405ae053
|
@ -70,7 +70,7 @@ RowLayout {
|
|||
Layout.fillWidth: true
|
||||
|
||||
StatusBaseText {
|
||||
text: CoreUtils.Utils.stripHtmlTags(root.messageDetails.messageText)
|
||||
text: root.messageDetails.messageText
|
||||
maximumLineCount: root.maximumLineCount
|
||||
wrapMode: Text.Wrap
|
||||
elide: Text.ElideRight
|
||||
|
|
Loading…
Reference in New Issue