remove bad remove items

This commit is contained in:
Pfeil, Scott Robert 2020-04-14 15:30:15 -04:00
parent 1e86bfbc32
commit 9e47ea8e1c

View File

@ -148,7 +148,6 @@ open class Stack<T>: Container where T: (StackModelProtocol & MoleculeModelProto
open override func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
super.set(with: model, delegateObject, additionalData)
removeAllItemViews()
setStackItemsFromModel(model, delegateObject, additionalData)
restack()
}