This commit is contained in:
AJvanLoon 2018-07-03 17:26:19 +02:00 committed by GitHub
parent a64daa0356
commit f8c3e00a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ uppy.use(DragDrop, {
### `id: 'DragDrop'`
A unique identifier for this DragDrop. Defaults to `'DragDrop'`. Use this if you need to add multiple DragDrop instances.
A unique identifier for this DragDrop. It defaults to `'DragDrop'`. Use this if you need to add multiple DragDrop instances.
### `target: null`