mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Fix scroll to replied to message (somewhat)
This commit is contained in:
parent
846ff33ed8
commit
ca5490074a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Item {
|
|||
MouseArea {
|
||||
anchors.fill: parent
|
||||
preventStealing: true
|
||||
onClicked: chat.positionViewAtIndex(chat.model.idToIndex(timelineManager.replyingEvent), ListView.Contain)
|
||||
onClicked: chat.positionViewAtIndex(chat.model.idToIndex(modelData.id), ListView.Contain)
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue