You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,13 +200,21 @@ export class AutocompleteTextareaComponent
@@ -267,6 +283,10 @@ export class AutocompleteTextareaComponent
267
283
}
268
284
269
285
privateadjustTextareaHeight(){
286
+
this.chatClientService?.chatClient?.logger?.(
287
+
'info',
288
+
`[Autocomplete textarea] Textarea height set from ${this.messageInput.nativeElement.style.height} to ${this.messageInput.nativeElement.scrollHeight}px`
0 commit comments