This commit is contained in:
copyhold 2024-01-28 11:59:33 +02:00
parent 89e3f2886e
commit 982b0dcd4e

View File

@ -46,6 +46,7 @@ const ChatScreen: React.FC = () => {
// 'image/*': ['.png', '.jpg', '.jpeg'],
'application/pdf': ['.pdf'],
},
onDragOver: (e) => {
if (
e.dataTransfer.items.length === 1 &&