Correct typo in signal name (choosen -> chosen)

This commit is contained in:
Nate Graham
2020-11-24 15:43:43 -07:00
parent f4da552674
commit 5f932fb112
3 changed files with 4 additions and 4 deletions

View File

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