From 198864a5b3164f34e118c1d82db77e3ff3dcb629 Mon Sep 17 00:00:00 2001 From: "Shibani Basava (from Dev Box)" Date: Thu, 9 Nov 2023 18:07:23 +0000 Subject: [PATCH] fix: only show voice input if reset input is not set --- packages/chat-component/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/chat-component/src/main.ts b/packages/chat-component/src/main.ts index 49fd66e8..333cda78 100644 --- a/packages/chat-component/src/main.ts +++ b/packages/chat-component/src/main.ts @@ -663,7 +663,7 @@ export class ChatComponent extends LitElement { autocomplete="off" @keyup="${this.handleOnInputChange}" /> - ${this.showVoiceInput + ${this.showVoiceInput && !this.isResetInput ? html`