From 5f5272a58e3226d6360eca5283669cd4eb29e7e5 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 13 May 2022 14:40:45 -0400 Subject: [PATCH] fix(ChatColumnView): add missing emojiPopup passing to ChatContentView Fixes #5740 --- ui/app/AppLayouts/Chat/views/ChatColumnView.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/app/AppLayouts/Chat/views/ChatColumnView.qml b/ui/app/AppLayouts/Chat/views/ChatColumnView.qml index 80813a6253..87fa1e7aeb 100644 --- a/ui/app/AppLayouts/Chat/views/ChatColumnView.qml +++ b/ui/app/AppLayouts/Chat/views/ChatColumnView.qml @@ -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