From e5a1ca798835f39c9507776f0c2a9c47e8df7db0 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 17 Jan 2023 12:58:49 -0600 Subject: [PATCH] undo userinteractive Signed-off-by: Matt Bruce --- VDS/Components/TileContainer/TileContainer.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/VDS/Components/TileContainer/TileContainer.swift b/VDS/Components/TileContainer/TileContainer.swift index bd56dcdd..e8ebe3f4 100644 --- a/VDS/Components/TileContainer/TileContainer.swift +++ b/VDS/Components/TileContainer/TileContainer.swift @@ -166,7 +166,6 @@ open class TileContainer: Control { backgroundImageView.isUserInteractionEnabled = false backgroundImageView.isHidden = true - containerView.isUserInteractionEnabled = false containerView.backgroundColor = .clear containerTopConstraint = containerView.topAnchor.constraint(equalTo: topAnchor, constant: padding.value) @@ -179,7 +178,6 @@ open class TileContainer: Control { containerTrailingConstraint?.isActive = true highlightView.pinToSuperView() - highlightView.isUserInteractionEnabled = false highlightView.isHidden = true highlightView.backgroundColor = .clear