Merge branch 'bugfix/updateResetToOpen' into 'develop'
updated reset See merge request BPHV_MIPS/vds_ios!44
This commit is contained in:
commit
e93d12b5c6
@ -245,9 +245,7 @@ open class Tilelet: TileContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
open override func reset() {
|
open override func reset() {
|
||||||
super.reset()
|
|
||||||
aspectRatio = .none
|
aspectRatio = .none
|
||||||
surface = .light
|
|
||||||
color = .black
|
color = .black
|
||||||
|
|
||||||
//models
|
//models
|
||||||
|
|||||||
@ -25,7 +25,6 @@ extension Handlerable {
|
|||||||
|
|
||||||
public func handlerPublisher() -> AnyPublisher<Void, Never> {
|
public func handlerPublisher() -> AnyPublisher<Void, Never> {
|
||||||
subject
|
subject
|
||||||
.eraseToAnyPublisher()
|
|
||||||
.debounce(for: .seconds(Constants.StateDebounce), scheduler: RunLoop.main)
|
.debounce(for: .seconds(Constants.StateDebounce), scheduler: RunLoop.main)
|
||||||
.eraseToAnyPublisher()
|
.eraseToAnyPublisher()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user