Bugs fixed

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-12-13 21:05:37 +05:30
parent 46dd50a744
commit 6d358d4087
3 changed files with 7 additions and 4 deletions

View File

@@ -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, '');