auto looks better
This commit is contained in:
parent
dace6a6374
commit
482c6c4fab
@ -111,7 +111,7 @@ open class MoleculeListTemplate: ThreeLayerTableViewController {
|
||||
if let tableView = tableView {
|
||||
let point = molecule.convert(molecule.bounds.origin, to: tableView)
|
||||
if let indexPath = tableView.indexPathForRow(at: point) {
|
||||
tableView.reloadRows(at: [indexPath], with: .none)
|
||||
tableView.reloadRows(at: [indexPath], with: .automatic)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user