Fix > parsing and local echo

This commit is contained in:
miruka
2019-07-21 17:41:43 -04:00
parent 459880903d
commit 843d40ca26
4 changed files with 32 additions and 23 deletions

View File

@@ -66,10 +66,8 @@ Row {
id: contentLabel
width: parent.width
Component.onCompleted: print(text)
text: '<style type="text/css">' +
theme.chat.message.stylesheet +
'</style>' +
Component.onCompleted: print(text, "\n")
text: theme.chat.message.styleInclude +
Utils.processedEventText(model) +
// time
"&nbsp;&nbsp;<font size=" + theme.fontSize.small +