diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index de861132d..df42c4a0c 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -173,9 +173,11 @@ ColumnLayout { color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background radius: 18 - AutoMouseArea { + RippleEffect { anchors.fill: parent + circular: true + onClicked: goToEvent(replyEventId) } }