diff --git a/src/components/PromptInput/PromptInput.tsx b/src/components/PromptInput/PromptInput.tsx index 03b627602..b57345187 100644 --- a/src/components/PromptInput/PromptInput.tsx +++ b/src/components/PromptInput/PromptInput.tsx @@ -2242,7 +2242,8 @@ function PromptInput({ showTeamsDialog || showQuickOpen || showGlobalSearch || - showHistoryPicker + showHistoryPicker || + isLocalJSXCommandActive ) { return }