feat: toggleable chat bubble

This commit is contained in:
Timothy J. Baek
2024-05-15 12:39:41 -10:00
parent db158fc9e1
commit f2378be6f9
4 changed files with 176 additions and 57 deletions

View File

@@ -90,7 +90,6 @@
const onDrop = async (e) => {
e.preventDefault();
console.log(e);
if (e.dataTransfer?.files) {
let reader = new FileReader();