Skip to content

Commit

Permalink
Update src/widgets/dragAndDrop.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
timea-solid and TallTed authored Aug 16, 2023
1 parent 8819458 commit 28cb8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/dragAndDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* represents one thing which has a URI, should be made draggable using makeDraggable.
* Any list of things should typically allow you to drag new members of the list
* onto it.
* The file upload function uploadFiles is provided as often as someone drags a file from the computer
* desktop, you may want to upload it into the pod.
* The file upload function, uploadFiles, is provided as often as someone drags a file from the computer
* desktop. You may want to upload it into the pod.
*/
import * as debug from '../debug'
import * as mime from 'mime-types'
Expand Down

0 comments on commit 28cb8ab

Please sign in to comment.