fix up the textbox after hitting enter
This commit is contained in:
parent
a04b34b6b2
commit
2e32383570
1 changed files with 1 additions and 0 deletions
|
@ -332,6 +332,7 @@ module.exports = {
|
|||
});
|
||||
});
|
||||
this.refs.textarea.value = '';
|
||||
this.resizeInput();
|
||||
ev.preventDefault();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue