fix(browser): Fix favorite preview for malformed names
Avoid breaking visualization by diabling HTML processing in the BookmarkButton updates: #4961
This commit is contained in:
parent
09600ed7f4
commit
b21a8df418
|
@ -58,6 +58,7 @@ Item {
|
|||
anchors.topMargin: Style.current.halfPadding
|
||||
maximumLineCount: 2
|
||||
elide: Text.ElideRight
|
||||
textFormat: Text.PlainText
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
|
Loading…
Reference in New Issue