mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
Fix binding loop when trying to reply
This commit is contained in:
parent
beef474582
commit
4179be427f
1 changed files with 2 additions and 1 deletions
|
@ -434,12 +434,13 @@ Page {
|
|||
id: footerContent
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
Rectangle {
|
||||
id: typingRect
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
color: (chat.model && chat.model.typingUsers.length > 0) ? colors.window : "transparent"
|
||||
height: chatFooter.height
|
||||
height: typingDisplay.height
|
||||
Label {
|
||||
id: typingDisplay
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Reference in a new issue