nextSlideAction triggers nextslide on last item in list

This commit is contained in:
Chris Cochrun 2022-04-02 14:58:24 -05:00
parent 2e72a01c6f
commit 62e1b07ec1
4 changed files with 12 additions and 3 deletions

View file

@ -116,6 +116,7 @@ ColumnLayout {
}
onClicked: {
serviceItemList.currentIndex = index;
currentServiceItem = index;
changeServiceItem(index);
}
onRightClicked: rightClickMenu.popup()