Fix multi line quotes

This commit is contained in:
James Graham
2026-01-10 17:39:38 +00:00
parent f4cb660422
commit b45ded678e
4 changed files with 2 additions and 4 deletions

View File

@@ -75,7 +75,6 @@ QQC2.TextArea {
text: root.editable ? "" : root.display
selectByMouse: true
persistentSelection: true
readOnly: !root.editable
textFormat: TextEdit.RichText
wrapMode: TextEdit.Wrap