Fix the reaction delegate

This commit is contained in:
Tobias Fella
2021-03-23 20:45:37 +01:00
parent 684226a4ef
commit 2c4cc9672d

View File

@@ -40,6 +40,8 @@ Flow {
onToggled: currentRoom.toggleReaction(eventId, modelData.reaction)
hoverEnabled: true
ToolTip.visible: hovered
ToolTip.text: {
var text = "";