mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user