Fix warning about missing argument qml signal
This commit is contained in:
committed by
Tobias Fella
parent
e09f31f891
commit
a3423e5724
@@ -66,7 +66,7 @@ QQC2.Popup {
|
||||
currentRoom: root.currentRoom
|
||||
includeCustom: emojiPopup.includeCustom
|
||||
showQuickReaction: emojiPopup.showQuickReaction
|
||||
onChosen: {
|
||||
onChosen: emoji => {
|
||||
emojiPopup.chosen(emoji)
|
||||
if (emojiPopup.closeOnChosen) emojiPopup.close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user