attempt at fixing bug with slides not activating with service item
This commit is contained in:
parent
4685c9eb70
commit
c6700907b1
5 changed files with 55 additions and 14 deletions
|
@ -341,6 +341,15 @@ FocusScope {
|
|||
}
|
||||
}
|
||||
|
||||
/* Connections { */
|
||||
/* target: ServiceItemModel */
|
||||
/* function onActivateChanged(index) { */
|
||||
/* console.log("$$$$$$$$$$$$$$$$$$$$"); */
|
||||
/* const slide = SlideModel.getSlideFromService(index); */
|
||||
/* SlideMod.activate(slide); */
|
||||
/* } */
|
||||
/* } */
|
||||
|
||||
Timer {
|
||||
interval: 500
|
||||
running: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue