diff --git a/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift b/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift index caa356cf..702c3238 100644 --- a/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift +++ b/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift @@ -145,8 +145,8 @@ open class CaretLink: Button, MVMCoreUIViewConstrainingProtocol { } open override func reset() { - super.reset() - rightView?.removeFromSuperview() + super.reset() + rightView?.removeFromSuperview() } public func needsToBeConstrained() -> Bool { true }