Add double tap to reply feature

Does not always work, since Text steals focus...

relates to #414
pull/476/head
Nicolas Werner 4 years ago
parent d43607d01c
commit 734fb7e286
  1. 1
      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 {

Loading…
Cancel
Save