2
This commit is contained in:
@@ -22,7 +22,6 @@ export const MessageEditArea = ({
|
||||
const t = textareaRef.current;
|
||||
if (t) {
|
||||
const parent = t.parentElement;
|
||||
console.log(parent);
|
||||
|
||||
t.style.height = 'auto';
|
||||
t.style.height = t.scrollHeight + 'px';
|
||||
|
||||
Reference in New Issue
Block a user