diff --git a/VDS/Components/Tilelet/Tilelet.swift b/VDS/Components/Tilelet/Tilelet.swift index 16618314..c03cbd69 100644 --- a/VDS/Components/Tilelet/Tilelet.swift +++ b/VDS/Components/Tilelet/Tilelet.swift @@ -245,9 +245,7 @@ open class Tilelet: TileContainer { } open override func reset() { - super.reset() aspectRatio = .none - surface = .light color = .black //models diff --git a/VDS/Protocols/Handlerable.swift b/VDS/Protocols/Handlerable.swift index db3ad4ab..0c644b8a 100644 --- a/VDS/Protocols/Handlerable.swift +++ b/VDS/Protocols/Handlerable.swift @@ -25,7 +25,6 @@ extension Handlerable { public func handlerPublisher() -> AnyPublisher { subject - .eraseToAnyPublisher() .debounce(for: .seconds(Constants.StateDebounce), scheduler: RunLoop.main) .eraseToAnyPublisher() }