fix chat message text format #LINQT-2358
This commit is contained in:
parent
752f9096bf
commit
cdd2783f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ TextEdit {
|
|||
contentGui.core.setSearchedTextPart(searchedTextPart)
|
||||
}
|
||||
|
||||
textFormat: Text.RichText // To supports links and imgs.
|
||||
textFormat: Text.AutoText // To supports links and imgs.
|
||||
wrapMode: TextEdit.Wrap
|
||||
|
||||
onLinkActivated: (link) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue