Update compose field height after sending message
This commit is contained in:
parent
dcb0c789d2
commit
916a9b1839
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ function checkKeyPress(event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
byId("compose").value = "";
|
byId("compose").value = "";
|
||||||
|
updateComposeHeight();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue