We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cea9c3 commit bcab207Copy full SHA for bcab207
2 files changed
Core/Sources/SuggestionWidget/FeatureReducers/PanelFeature.swift
@@ -111,7 +111,6 @@ public struct PanelFeature: ReducerProtocol {
111
112
case .removeDisplayedContent:
113
state.content.error = nil
114
- state.content.promptToCodeGroup.activeDocumentURL = nil
115
state.content.suggestion = nil
116
return .none
117
Core/Sources/SuggestionWidget/FeatureReducers/PromptToCodeGroup.swift
@@ -19,7 +19,6 @@ public struct PromptToCodeGroup: ReducerProtocol {
19
return promptToCodes[id: id]
20
}
21
set {
22
- activeDocumentURL = newValue?.id
23
if let id = newValue?.id {
24
promptToCodes[id: id] = newValue
25
0 commit comments