From a5febf586c21ca6e2497a10263b01e1f20198566 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 1 Feb 2021 14:41:51 -0500 Subject: [PATCH] updated --- MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift | 7 ------- .../Molecules/VerticalCombinationViews/HeadlineBody.swift | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift b/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift index 9a452e3f..4cab6cd7 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift @@ -889,13 +889,6 @@ extension Label { /// Underlines the tappable region and stores the tap logic for interation. private func setTextLinkState(range: NSRange, actionBlock: @escaping ActionBlock) { - if clauses.isEmpty { - // Replace the last whitespace with \u{00A0} No-break space. - if let start = text?.lastIndex(of: " "), let end = text?.index(after: start) { - text?.replaceSubrange(start..