Remove workaround for QTBUG 93281
Seems to no longer be required
This commit is contained in:
@@ -47,11 +47,6 @@ TextEdit {
|
||||
|
||||
persistentSelection: true
|
||||
|
||||
// Work around QTBUG 93281
|
||||
Component.onCompleted: if (text.includes("<img")) {
|
||||
Controller.forceRefreshTextDocument(root.textDocument, root)
|
||||
}
|
||||
|
||||
text: "<style>
|
||||
table {
|
||||
width:100%;
|
||||
|
||||
Reference in New Issue
Block a user