Fix reactions sometimes html encoding text
This commit is contained in:
parent
101934b2ba
commit
be0a1bc39c
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ Flow {
|
|||
anchors.baseline: reactionCounter.baseline
|
||||
color: (reaction.hovered || modelData.selfReactedEvent !== '') ? palette.highlightedText : palette.text
|
||||
font.family: Settings.emojiFont
|
||||
textFormat: TextEdit.RichText
|
||||
maximumLineCount: 1
|
||||
text: {
|
||||
// When an emoji font is selected that doesn't have …, it is dropped from elidedText. So we add it back.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue