forked from AkkomaGang/akkoma-fe
eslint fix
This commit is contained in:
parent
e704e1daaf
commit
5465791372
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ const PostStatusForm = {
|
||||||
},
|
},
|
||||||
resize (e) {
|
resize (e) {
|
||||||
e.target.style.height = 'auto'
|
e.target.style.height = 'auto'
|
||||||
e.target.style.height = (e.target.scrollHeight - 10)+'px'
|
e.target.style.height = `${e.target.scrollHeight - 10}px`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue