fix(ChatColumnView): add missing emojiPopup passing to ChatContentView

Fixes #5740
This commit is contained in:
Jonathan Rainville 2022-05-13 14:40:45 -04:00 committed by Iuri Matias
parent 88f923fe53
commit 5f5272a58e

View File

@ -229,6 +229,7 @@ Item {
clip: true
rootStore: root.rootStore
contactsStore: root.contactsStore
emojiPopup: root.emojiPopup
sendTransactionNoEnsModal: cmpSendTransactionNoEns
receiveTransactionModal: cmpReceiveTransaction
sendTransactionWithEnsModal: cmpSendTransactionWithEns
@ -271,9 +272,6 @@ Item {
visible: !root.rootStore.openCreateChat
width: parent.width
height: parent.height
onHeightChanged: {
}
clip: true
rootStore: root.rootStore
contactsStore: root.contactsStore