fix up the textbox after hitting enter
This commit is contained in:
@@ -332,6 +332,7 @@ module.exports = {
|
||||
});
|
||||
});
|
||||
this.refs.textarea.value = '';
|
||||
this.resizeInput();
|
||||
ev.preventDefault();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user