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