teemporary fix for unselect issues
This commit is contained in:
parent
f0c567d6d4
commit
9a477a11a0
@ -246,8 +246,9 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
|
|||||||
|
|
||||||
// Refresh the cell.
|
// Refresh the cell.
|
||||||
let indexPath = IndexPath(row: index, section: 0)
|
let indexPath = IndexPath(row: index, section: 0)
|
||||||
tableView.reloadRows(at: [indexPath], with: .none)
|
_ = tableView(tableView, cellForRowAt: indexPath)
|
||||||
}
|
performTableViewUpdates()
|
||||||
|
}
|
||||||
|
|
||||||
open override func removeMolecules(_ molecules: [ListItemModelProtocol & MoleculeModelProtocol], animation: UITableView.RowAnimation) {
|
open override func removeMolecules(_ molecules: [ListItemModelProtocol & MoleculeModelProtocol], animation: UITableView.RowAnimation) {
|
||||||
var indexPaths: [IndexPath] = []
|
var indexPaths: [IndexPath] = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user