Carousel bug fixes: NSADT-89473 & NSADT-88840
This commit is contained in:
parent
43d0c530e7
commit
b67d63c159
@ -216,6 +216,8 @@ open class Carousel: View {
|
||||
molecule.moleculeName == pagingMoleculeName {
|
||||
pagingView?.set(with: molecule, delegateObject, nil)
|
||||
pagingView?.numberOfPages = numberOfPages
|
||||
pagingView?.currentIndex = currentIndex
|
||||
updateModelIndex()
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user