Fix the tap handler on these buttons.

pull/1179/head
Adam Treat 1 year ago
parent 18dbfddcb3
commit 833a56fadd

@ -72,10 +72,11 @@ MyDialog {
elide: Text.ElideRight
color: theme.textColor
width: 200
TapHandler {
onTapped: {
listView.currentIndex = index
}
}
TapHandler {
onTapped: {
listView.currentIndex = index
}
}
}

Loading…
Cancel
Save