fix file upload in chat

pull/90/head
Aevann 2023-01-21 13:48:32 +02:00
parent 24f6436b8f
commit 2b6778808a
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ function send() {
document.getElementById("quotes").classList.add("d-none")
document.getElementById('quotes_id').value = null;
document.getElementById("filename").innerHTML = '<i class="fas fa-image" style="font-size:1.3rem!important"></i>'
document.getElementById('file').value = null;
scroll_chat();
}
}