diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index 415822a90..bcb7dd7a4 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -98,17 +98,6 @@ Control { } } - EmojiPicker { - Layout.fillWidth: true - - id: emojiPicker - - visible: false - - textArea: inputField - emojiModel: EmojiModel { id: emojiModel } - } - ListView { Layout.fillWidth: true Layout.preferredHeight: 36 @@ -450,6 +439,16 @@ Control { } } } + EmojiPicker { + id: emojiPicker + + Layout.fillWidth: true + + visible: false + + textArea: inputField + emojiModel: EmojiModel { id: emojiModel } + } } function insert(str) {