Fix scroll to replied to message (somewhat)

pull/192/head
Nicolas Werner 5 years ago
parent 846ff33ed8
commit ca5490074a
  1. 2
      resources/qml/delegates/Reply.qml

@ -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…
Cancel
Save