Merge branch 'bugfix/carousel_issues' into 'release/9_1_0'
Bugfix/carousel issues See merge request BPHV_MIPS/mvm_core_ui!738
This commit is contained in:
commit
23143f4b53
@ -207,6 +207,11 @@ open class Carousel: View {
|
||||
pageIndex = 0
|
||||
}
|
||||
|
||||
open override func reset() {
|
||||
super.reset()
|
||||
pagingView?.reset()
|
||||
}
|
||||
|
||||
var pagingMoleculeName: String?
|
||||
|
||||
/// Sets up the paging molecule
|
||||
|
||||
Loading…
Reference in New Issue
Block a user