diff --git a/VDS/Components/InputStepper/InputStepper.swift b/VDS/Components/InputStepper/InputStepper.swift index 1323bd25..8d954c06 100644 --- a/VDS/Components/InputStepper/InputStepper.swift +++ b/VDS/Components/InputStepper/InputStepper.swift @@ -331,9 +331,7 @@ open class InputStepper: EntryFieldBase { stepperWidthConstraint?.deactivate() widthConstraint?.deactivate() - trailingLessThanEqualsConstraint?.deactivate() - trailingEqualsConstraint?.deactivate() - + var widthConstraintConstant: CGFloat? if let widthPercentage, let superWidth = horizontalPinnedWidth() { @@ -350,9 +348,6 @@ open class InputStepper: EntryFieldBase { if let widthConstraintConstant { widthConstraint?.constant = widthConstraintConstant widthConstraint?.activate() - trailingLessThanEqualsConstraint?.activate() - } else { - trailingEqualsConstraint?.activate() } // Update Edge insets if size changes applied.