From ae460b8e4f93793f0f27b6db576de5bf558fabf2 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 20 Sep 2024 14:12:05 -0500 Subject: [PATCH] removed Signed-off-by: Matt Bruce --- VDS/Components/InputStepper/InputStepper.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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.