mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
Actually use tus :D
This commit is contained in:
parent
e578feba47
commit
bb28fa487e
7 changed files with 63 additions and 35 deletions
|
|
@ -82,7 +82,7 @@ export default class Dropbox extends Plugin {
|
|||
if (type === 'file') {
|
||||
element.addEventListener('click', () => {
|
||||
this.files.push(element.getAttribute('data-name'));
|
||||
console.dir(`files: ${this.files}`);
|
||||
console.log(`files: ${this.files}`);
|
||||
});
|
||||
} else {
|
||||
element.addEventListener('dblclick', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue