Revert "fix(ChatMessageView): delayed binding for proper msg height calculation"
This reverts commit 53a3a769d9
.
This commit is contained in:
parent
79215f1ccc
commit
a6beeee3e7
|
@ -245,11 +245,6 @@ Item {
|
||||||
|
|
||||||
width: ListView.view.width
|
width: ListView.view.width
|
||||||
|
|
||||||
Binding on height {
|
|
||||||
delayed: true
|
|
||||||
value: msgDelegate.implicitHeight
|
|
||||||
}
|
|
||||||
|
|
||||||
objectName: "chatMessageViewDelegate"
|
objectName: "chatMessageViewDelegate"
|
||||||
rootStore: root.rootStore
|
rootStore: root.rootStore
|
||||||
messageStore: root.messageStore
|
messageStore: root.messageStore
|
||||||
|
|
Loading…
Reference in New Issue