prepare file picker css

This commit is contained in:
Radon 2025-08-29 21:04:17 -05:00
parent 7ec63a2ece
commit 539e47b096

View File

@ -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() {