mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue