We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.onChange(of: chain.availableResponders)
1 parent 22229e9 commit e351596Copy full SHA for e351596
Sources/ResponderChain/ResponderChain.swift
@@ -119,7 +119,7 @@ public class ResponderChain: ObservableObject {
119
private var cancellables = Set<AnyCancellable>()
120
private var window: PlatformWindow
121
private var shouldUpdateUI: Bool = true
122
- internal var taggedResponders: [AnyHashable: PlatformView] = [:]
+ @Published internal var taggedResponders: [AnyHashable: PlatformView] = [:]
123
124
public init(forWindow window: PlatformWindow) {
125
self.window = window
0 commit comments