Remove isEdit from ChatDocumentHandler
Remove isEdit from ChatDocumentHandler as it was made redundant by the ChatCache rework.
This commit is contained in:
committed by
Tobias Fella
parent
12689babfb
commit
7e3db20229
@@ -129,7 +129,6 @@ QQC2.TextArea {
|
||||
|
||||
ChatDocumentHandler {
|
||||
id: documentHandler
|
||||
isEdit: true
|
||||
document: root.textDocument
|
||||
cursorPosition: root.cursorPosition
|
||||
selectionStart: root.selectionStart
|
||||
|
||||
Reference in New Issue
Block a user