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:
Stefan D 2022-03-17 18:59:00 +01:00 committed by Stefan Dunca
parent 09600ed7f4
commit b21a8df418
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Item {
anchors.topMargin: Style.current.halfPadding
maximumLineCount: 2
elide: Text.ElideRight
textFormat: Text.PlainText
}
MouseArea {