fix(@desktop/timeline): Fix leaving the timeline chat

fixes #3249
This commit is contained in:
Anthony Laibe 2021-08-19 15:45:43 +02:00 committed by Iuri Matias
parent 82718a0e93
commit 03cfead241
1 changed files with 4 additions and 3 deletions

View File

@ -834,9 +834,6 @@ Rectangle {
anchors.right: actions.left
anchors.rightMargin: Style.current.halfPadding
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
StatusSyntaxHighlighter {
quickTextDocument: messageInputField.textDocument
}
TextArea {
id: messageInputField
@ -886,6 +883,10 @@ Rectangle {
lastClick = now
}
StatusSyntaxHighlighter {
quickTextDocument: messageInputField.textDocument
}
StatusTextFormatMenu {
readonly property var formationChars: (["*", "`", "~"])
property string selectedTextWithFormationChars: {