Fix inline images not showing up
Work around QTBUG 93281 See https://bugreports.qt.io/browse/QTBUG-93281 for details
This commit is contained in:
@@ -52,6 +52,11 @@ TextEdit {
|
||||
|
||||
persistentSelection: true
|
||||
|
||||
// Work around QTBUG 93281
|
||||
Component.onCompleted: if (text.includes("<img")) {
|
||||
Controller.forceRefreshTextDocument(contentLabel.textDocument, contentLabel)
|
||||
}
|
||||
|
||||
text: "<style>
|
||||
table {
|
||||
width:100%;
|
||||
|
||||
Reference in New Issue
Block a user