Skip to content
Snippets Groups Projects
Verified Commit 6d169cea authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix reaction button again

parent 752ffa5c
No related branches found
No related tags found
No related merge requests found
Pipeline #1411 passed
......@@ -101,7 +101,7 @@ ScrollView {
image: ":/icons/icons/ui/smile.png"
ToolTip.visible: hovered
ToolTip.text: qsTr("React")
onClicked: emojiPopup.visible ? emojiPopup.close() : emojiPopup.show(emojiButton, function(emoji) {
onClicked: emojiPopup.visible ? emojiPopup.close() : emojiPopup.show(reactButton, function(emoji) {
var event_id = row.model ? row.model.eventId : "";
room.input.reaction(event_id, emoji);
TimelineManager.focusMessageInput();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment