ensuring focus and making nextSlideAction not crash

This commit is contained in:
Chris Cochrun 2022-10-06 06:34:30 -05:00
parent 3e9f8974c9
commit 3b0403fed6
3 changed files with 15 additions and 13 deletions

View file

@ -246,7 +246,6 @@ Item {
onDoubleClicked: {
/* showPassiveNotification("Double Clicked") */
/* serviceItemList.currentIndex = index; */
currentServiceItem = index;
changeServiceItem(index);
}