Add double tap to reply feature
Does not always work, since Text steals focus... relates to #414
This commit is contained in:
parent
d43607d01c
commit
734fb7e286
@ -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…
Reference in New Issue
Block a user