fix chat message text format #LINQT-2358

This commit is contained in:
Gaelle Braud 2026-01-21 16:35:51 +01:00
parent 752f9096bf
commit cdd2783f6c

View file

@ -31,7 +31,7 @@ TextEdit {
contentGui.core.setSearchedTextPart(searchedTextPart) contentGui.core.setSearchedTextPart(searchedTextPart)
} }
textFormat: Text.RichText // To supports links and imgs. textFormat: Text.AutoText // To supports links and imgs.
wrapMode: TextEdit.Wrap wrapMode: TextEdit.Wrap
onLinkActivated: (link) => { onLinkActivated: (link) => {