fix up the textbox after hitting enter

pull/21833/head
Matthew Hodgson 2015-11-20 17:09:28 +00:00
parent a04b34b6b2
commit 2e32383570
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ module.exports = {
});
});
this.refs.textarea.value = '';
this.resizeInput();
ev.preventDefault();
},