From d7844d607eb038fbc34b2d177afdee1caec6a7dc Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 13 Jan 2020 16:00:00 -0500 Subject: [PATCH] space. --- MVMCoreUI/Atoms/Buttons/Link.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/MVMCoreUI/Atoms/Buttons/Link.swift b/MVMCoreUI/Atoms/Buttons/Link.swift index 04484307..4c5e6f03 100644 --- a/MVMCoreUI/Atoms/Buttons/Link.swift +++ b/MVMCoreUI/Atoms/Buttons/Link.swift @@ -80,6 +80,7 @@ import UIKit //-------------------------------------------------- open override func touchesEnded(_ touches: Set, with event: UIEvent?) { + MVMCoreActionHandler.shared()?.handleAction(with: actionMap, additionalData: additionalData, delegateObject: delegateObject) } }