Fix the reaction delegate
This commit is contained in:
@@ -40,6 +40,8 @@ Flow {
|
|||||||
|
|
||||||
onToggled: currentRoom.toggleReaction(eventId, modelData.reaction)
|
onToggled: currentRoom.toggleReaction(eventId, modelData.reaction)
|
||||||
|
|
||||||
|
hoverEnabled: true
|
||||||
|
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
ToolTip.text: {
|
ToolTip.text: {
|
||||||
var text = "";
|
var text = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user