From 2c4cc9672d5cf3b8a04ce57e3c9e4a895f3e0182 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 23 Mar 2021 20:45:37 +0100 Subject: [PATCH] Fix the reaction delegate --- imports/NeoChat/Component/Timeline/ReactionDelegate.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imports/NeoChat/Component/Timeline/ReactionDelegate.qml b/imports/NeoChat/Component/Timeline/ReactionDelegate.qml index 78e09ce26..969e5d385 100644 --- a/imports/NeoChat/Component/Timeline/ReactionDelegate.qml +++ b/imports/NeoChat/Component/Timeline/ReactionDelegate.qml @@ -40,6 +40,8 @@ Flow { onToggled: currentRoom.toggleReaction(eventId, modelData.reaction) + hoverEnabled: true + ToolTip.visible: hovered ToolTip.text: { var text = "";