found another bug of internal model getting overwritten

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-07-06 13:39:43 -05:00
parent 7ce5b4eab9
commit fdfb5891d2

View File

@ -153,7 +153,7 @@ import UIKit
// override the separator
if let separator = model.line {
addSeparatorsIfNeeded()
bottomSeparatorView?.set(with: separator, nil, nil)
bottomSeparatorView?.setStyle(separator.type)
}
if let moleculeModel = model as? MoleculeModelProtocol,