Commit 332a7e7a authored by Alain Takoudjou's avatar Alain Takoudjou

Cleanup all input text after chat submit

parent 06cdf51a
......@@ -2771,6 +2771,7 @@ function handleInput() {
(document.getElementById('input'));
let data = input.value;
input.value = '';
input.parentNode.dataset.replicatedValue = '';
let message, me;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment