diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml index 3a2ed627..b731d29d 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml @@ -29,6 +29,7 @@ Item { TapHandler { onLongPressed: messageContextMenu.show(model.id, model.type, model.isEncrypted, model.isEditable, row, mapToItem(timelineRoot, point.position.x, point.position.y)) + onDoubleTapped: chat.model.reply = model.id } RowLayout {