You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is an input box for comment and the comment is posted on pressing Enter. It's better to have a textarea there instead and remove the functionality where Enter posts the comment.
react-autosize-textarea is already present as a dependency and can be used for this purpose.
The text was updated successfully, but these errors were encountered:
Currently, there is an
input
box for comment and the comment is posted on pressingEnter
. It's better to have atextarea
there instead and remove the functionality whereEnter
posts the comment.react-autosize-textarea
is already present as a dependency and can be used for this purpose.The text was updated successfully, but these errors were encountered: