Remove console.log
This commit is contained in:
parent
35a8641f16
commit
6a273b51bd
1 changed files with 0 additions and 1 deletions
|
@ -1335,7 +1335,6 @@ const Textarea = forwardRef((props, ref) => {
|
||||||
value={text}
|
value={text}
|
||||||
onInput={(e) => {
|
onInput={(e) => {
|
||||||
const { scrollHeight, offsetHeight, clientHeight, value } = e.target;
|
const { scrollHeight, offsetHeight, clientHeight, value } = e.target;
|
||||||
console.log('textarea input', value);
|
|
||||||
setText(value);
|
setText(value);
|
||||||
const offset = offsetHeight - clientHeight;
|
const offset = offsetHeight - clientHeight;
|
||||||
e.target.style.height = value ? scrollHeight + offset + 'px' : null;
|
e.target.style.height = value ? scrollHeight + offset + 'px' : null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue