Bugs fixed
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
46dd50a744
commit
6d358d4087
3 changed files with 7 additions and 4 deletions
|
|
@ -166,6 +166,7 @@ function RoomViewInput({
|
|||
if (textAreaRef?.current === null) return;
|
||||
|
||||
const msg = textAreaRef.current.value;
|
||||
textAreaRef.current.style.height = 'unset';
|
||||
inputBaseRef.current.style.backgroundImage = 'unset';
|
||||
if (msg.trim() === '') {
|
||||
roomsInput.setMessage(roomId, '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue