Fix rebase issue with activity list keyboard navigation PR

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
Claudio Cambra 2022-09-07 18:45:58 +02:00
parent ee513b69bc
commit b7b374c442
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ScrollView {
isFileActivityList: controlRoot.isFileActivityList
width: activityList.contentWidth
flickable: activityList
onEntered: {
onHoveredChanged: if (hovered) {
// When we set the currentIndex the list view will scroll...
// unless we tamper with the preferred highlight points to stop this.
const savedPreferredHighlightBegin = activityList.preferredHighlightBegin;