diff options
author | Vitaly Takmazov | 2018-08-31 15:53:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 2adcf7c936d19a29eded03251a5ad244909deaac (patch) | |
tree | 62c6c9ae95d74a951b12b5a83783139d2d2a939f /vnext | |
parent | 00e3dfc65935390700bc0150d0e92c94b7296b64 (diff) |
MessageInput height reset on submit
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/components/MessageInput.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/components/MessageInput.js b/vnext/src/components/MessageInput.js index 4b3a0fd4..83b9f466 100644 --- a/vnext/src/components/MessageInput.js +++ b/vnext/src/components/MessageInput.js @@ -43,6 +43,7 @@ export default class MessageInput extends React.Component { body: '', attach: '' }); + this.textarea.current.style.height = ''; } componentDidMount() { |