Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into bugfix/scripts

This commit is contained in:
Scott Pfeil 2022-07-05 16:20:33 -04:00
commit 491172ed40

View File

@ -76,7 +76,9 @@
}
public override func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) {
checkbox.isSelected.toggle()
if checkbox.isEnabled {
checkbox.isSelected.toggle()
}
}
//----------------------------------------------------