Remove isEdit from ChatDocumentHandler

Remove isEdit from ChatDocumentHandler as it was made redundant by the ChatCache rework.
This commit is contained in:
James Graham
2023-11-02 17:00:41 +00:00
committed by Tobias Fella
parent 12689babfb
commit 7e3db20229
3 changed files with 0 additions and 29 deletions

View File

@@ -129,7 +129,6 @@ QQC2.TextArea {
ChatDocumentHandler {
id: documentHandler
isEdit: true
document: root.textDocument
cursorPosition: root.cursorPosition
selectionStart: root.selectionStart