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

@@ -24,7 +24,7 @@ QQC2.Popup {
implicitHeight: Kirigami.Units.gridUnit * 20
contentItem: EmojiPicker {
onChoosen: react(emoji);
onChosen: react(emoji);
emojiModel: EmojiModel {}
}
}