diff options
Diffstat (limited to 'composer.js')
-rw-r--r-- | composer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.js b/composer.js index 17b4df9..c7773d4 100644 --- a/composer.js +++ b/composer.js @@ -60,6 +60,7 @@ function composer (keys, reply, gotName, edit) { } if (reply) { messageDiv.removeChild(messageDiv.firstChild) + messageDiv.appendChild(render(msg, keys)) } else if (messageDiv.firstChild) { messageDiv.removeChild(messageDiv.firstChild) |