diff --git a/frontend/app/composables/usePilotChat.ts b/frontend/app/composables/usePilotChat.ts index 69a1576..5cd999f 100644 --- a/frontend/app/composables/usePilotChat.ts +++ b/frontend/app/composables/usePilotChat.ts @@ -271,6 +271,7 @@ export function usePilotChat(opts: { return; } contextScopes.value = [...contextScopes.value, scope]; + contextPickerEnabled.value = false; } function removeContextScope(scope: ContextScope) {