Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
copyhold committed Jan 28, 2024
1 parent 89e3f28 commit 982b0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/screens/Chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const ChatScreen: React.FC = () => {
// 'image/*': ['.png', '.jpg', '.jpeg'],
'application/pdf': ['.pdf'],
},

onDragOver: (e) => {
if (
e.dataTransfer.items.length === 1 &&
Expand Down

0 comments on commit 982b0dc

Please sign in to comment.