Fix scroll to replied to message (somewhat)
This commit is contained in:
parent
846ff33ed8
commit
ca5490074a
@ -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 New Issue
Block a user