mirror of https://github.com/vector-im/riot-web
fix up the textbox after hitting enter
parent
a04b34b6b2
commit
2e32383570
|
@ -332,6 +332,7 @@ module.exports = {
|
|||
});
|
||||
});
|
||||
this.refs.textarea.value = '';
|
||||
this.resizeInput();
|
||||
ev.preventDefault();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue