We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8819458 commit 28cb8abCopy full SHA for 28cb8ab
src/widgets/dragAndDrop.js
@@ -5,8 +5,8 @@
5
* represents one thing which has a URI, should be made draggable using makeDraggable.
6
* Any list of things should typically allow you to drag new members of the list
7
* onto it.
8
- * The file upload function uploadFiles is provided as often as someone drags a file from the computer
9
- * 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.
10
*/
11
import * as debug from '../debug'
12
import * as mime from 'mime-types'
0 commit comments