Fix jumping to replied-to event
This commit is contained in:
committed by
Tobias Fella
parent
07837c2e64
commit
ce82606e6e
@@ -65,7 +65,7 @@ RowLayout {
|
||||
id: contentRepeater
|
||||
model: root.replyContentModel
|
||||
delegate: ReplyMessageComponentChooser {
|
||||
onReplyClicked: root.Message.timeline.goToEvent(root.replyEventId)
|
||||
onReplyClicked: RoomManager.goToEvent(root.replyEventId)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -74,7 +74,7 @@ RowLayout {
|
||||
}
|
||||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onTapped: root.Message.timeline.goToEvent(root.replyEventId)
|
||||
onTapped: RoomManager.goToEvent(root.replyEventId)
|
||||
}
|
||||
QtObject {
|
||||
id: _private
|
||||
|
||||
Reference in New Issue
Block a user