Close menu after selecting a reaction

Fixes #256
This commit is contained in:
Arnav Rawat
2021-02-10 10:33:35 +00:00
committed by Carl Schwan
parent 07dffa7e73
commit b84375749b
3 changed files with 22 additions and 4 deletions

View File

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