We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2398a9c commit cc6ed15Copy full SHA for cc6ed15
1 file changed
Core/Sources/SuggestionWidget/FeatureReducers/PromptToCodeGroup.swift
@@ -63,6 +63,7 @@ public struct PromptToCodeGroup {
63
case let .createPromptToCode(newPromptToCode, sendImmediately):
64
// insert at 0 so it has high priority then the other detached prompt to codes
65
state.promptToCodes.append(newPromptToCode)
66
+ state.selectedTabId = newPromptToCode.id
67
return .run { send in
68
if sendImmediately,
69
!newPromptToCode.contextInputController.instruction.string.isEmpty
0 commit comments