Add emoji picker for reaction

This commit is contained in:
Carl Schwan
2020-11-24 14:25:48 +01:00
parent 092f8ee75d
commit fe63b0c9a7
6 changed files with 43 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ ToolBar {
textArea: inputField
emojiModel: EmojiModel { id: emojiModel }
onChoosen: textArea.insert(textArea.cursorPosition, emoji)
}
RowLayout {