diff --git a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift index 67e024ca..fcaa1010 100644 --- a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift +++ b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift @@ -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