mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-13 07:06:58 +00:00
fix(ChatColumnView): add missing emojiPopup passing to ChatContentView
Fixes #5740
This commit is contained in:
parent
88f923fe53
commit
5f5272a58e
@ -229,6 +229,7 @@ Item {
|
|||||||
clip: true
|
clip: true
|
||||||
rootStore: root.rootStore
|
rootStore: root.rootStore
|
||||||
contactsStore: root.contactsStore
|
contactsStore: root.contactsStore
|
||||||
|
emojiPopup: root.emojiPopup
|
||||||
sendTransactionNoEnsModal: cmpSendTransactionNoEns
|
sendTransactionNoEnsModal: cmpSendTransactionNoEns
|
||||||
receiveTransactionModal: cmpReceiveTransaction
|
receiveTransactionModal: cmpReceiveTransaction
|
||||||
sendTransactionWithEnsModal: cmpSendTransactionWithEns
|
sendTransactionWithEnsModal: cmpSendTransactionWithEns
|
||||||
@ -271,9 +272,6 @@ Item {
|
|||||||
visible: !root.rootStore.openCreateChat
|
visible: !root.rootStore.openCreateChat
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
onHeightChanged: {
|
|
||||||
|
|
||||||
}
|
|
||||||
clip: true
|
clip: true
|
||||||
rootStore: root.rootStore
|
rootStore: root.rootStore
|
||||||
contactsStore: root.contactsStore
|
contactsStore: root.contactsStore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user