Skip to content

Commit

Permalink
make sure Close button is rendered in inline chat (#241309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored Feb 20, 2025
1 parent 9533503 commit 6367c86
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ export class CloseAction extends AbstractInline1ChatAction {
group: '0_main',
order: 1,
when: ContextKeyExpr.and(
CTX_INLINE_CHAT_REQUEST_IN_PROGRESS.negate(),
CTX_INLINE_CHAT_RESPONSE_TYPE.isEqualTo(InlineChatResponseType.Messages)
CTX_INLINE_CHAT_REQUEST_IN_PROGRESS.negate()
),
}]
});
Expand Down

0 comments on commit 6367c86

Please sign in to comment.