updated reset

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-03-03 13:41:06 -06:00
parent 5969e530c8
commit f02c36c8aa
2 changed files with 0 additions and 3 deletions

View File

@ -245,9 +245,7 @@ open class Tilelet: TileContainer {
}
open override func reset() {
super.reset()
aspectRatio = .none
surface = .light
color = .black
//models

View File

@ -25,7 +25,6 @@ extension Handlerable {
public func handlerPublisher() -> AnyPublisher<Void, Never> {
subject
.eraseToAnyPublisher()
.debounce(for: .seconds(Constants.StateDebounce), scheduler: RunLoop.main)
.eraseToAnyPublisher()
}