Skip to content

Commit 3678694

Browse files
authored
fix: Pin Context hint should not display in quick-action overlay (#366)
* fix: Pin Context hint should not display in quick-action overlay
1 parent 2912052 commit 3678694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chat-item/chat-prompt-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ export class ChatPromptInput {
660660
],
661661

662662
}
663-
: !this.promptTopBar.isHidden()
663+
: !this.promptTopBar.isHidden() && this.quickPickType === 'context'
664664
? {
665665
header: {
666666
description: 'Pin context with ⌥ Enter',

0 commit comments

Comments
 (0)