Merge branch 'feature/carouselItem_ILC' into 'develop'

Feature/carousel item ilc

See merge request BPHV_MIPS/mvm_core_ui!482
This commit is contained in:
Pfeil, Scott Robert 2020-06-08 11:51:21 -04:00
commit b9a221277b

View File

@ -98,7 +98,7 @@ open class CollectionViewCell: UICollectionViewCell, MoleculeViewProtocol, MVMCo
}
// MARK: - Override
public func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable : Any]?) {
open func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable : Any]?) {
guard let action = model?.action else { return }
Button.performButtonAction(with: action, button: self, delegateObject: delegateObject, additionalData: additionalData)
}