Skip to content

Commit 05a0063

Browse files
committed
fix(chat): remove unused method
1 parent db072cf commit 05a0063

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/chat/chat-input.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ export default class IgcChatInputComponent extends LitElement {
316316
`}`;
317317
}
318318

319-
private renderTextarea() {
320-
return html``;
321-
}
322-
323319
private renderActionsArea() {
324320
return html` <div class="buttons-container">
325321
<igc-icon-button

0 commit comments

Comments
 (0)