Skip to content

Commit 32d5632

Browse files
authored
Merge pull request #647 from GetStream/textarea-hide-voice-recording
fix: reenable message input after voice recording
2 parents e5202b8 + 6916b92 commit 32d5632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/stream-chat-angular/src/lib/message-input/message-input.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div
22
class="str-chat__message-input str-chat-angular__message-input"
3-
*ngIf="!isVoiceRecording"
3+
[style.display]="isVoiceRecording ? 'none' : 'flex'"
44
>
55
<div *ngIf="quotedMessage" class="str-chat__quoted-message-preview-header">
66
<div class="str-chat__quoted-message-reply-to-message">

0 commit comments

Comments
 (0)