fix slideModel not activating after slideChanged

This commit is contained in:
Chris Cochrun 2023-03-24 15:17:06 -05:00
parent c02f9509ff
commit 17082bcc67

View file

@ -188,6 +188,7 @@ Controls.Page {
ServiceItemModel.activate(currentServiceItem);
slideHelper.chngSlide(item, index, SlideObject);
SlideModel.activate(index);
presentation.textIndex = 0;
console.log("Slide changed to: " + index);
}