Revert "fix(ChatMessageView): delayed binding for proper msg height calculation"

This reverts commit 53a3a769d9.
This commit is contained in:
Michał 2022-10-04 15:28:14 +02:00
parent 79215f1ccc
commit a6beeee3e7
1 changed files with 0 additions and 5 deletions

View File

@ -245,11 +245,6 @@ Item {
width: ListView.view.width
Binding on height {
delayed: true
value: msgDelegate.implicitHeight
}
objectName: "chatMessageViewDelegate"
rootStore: root.rootStore
messageStore: root.messageStore