prepare file picker css
This commit is contained in:
parent
7ec63a2ece
commit
539e47b096
@ -1932,11 +1932,6 @@ class EventHandlers {
|
||||
const sendBtn = document.getElementById('send-btn');
|
||||
const fileBtn = document.getElementById('file-btn');
|
||||
|
||||
fileBtn.addEventListener('change', () => {
|
||||
const fileList = this.files;
|
||||
console.log(fileList);
|
||||
});
|
||||
|
||||
joinChatBtn.disabled = usernameInput.value.trim().length === 0;
|
||||
|
||||
usernameInput.addEventListener('input', function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user