kopia lustrzana https://github.com/OpenDroneMap/WebODM
Cleanup
rodzic
be082a7d71
commit
3254968b63
|
@ -281,7 +281,7 @@ class ProjectListItem extends React.Component {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.on("reset", (e) => {
|
.on("reset", () => {
|
||||||
this.resetUploadState();
|
this.resetUploadState();
|
||||||
})
|
})
|
||||||
.on("dragenter", () => {
|
.on("dragenter", () => {
|
||||||
|
@ -398,10 +398,6 @@ class ProjectListItem extends React.Component {
|
||||||
this.resetUploadState();
|
this.resetUploadState();
|
||||||
}
|
}
|
||||||
|
|
||||||
handleClearFiles = () => {
|
|
||||||
this.dz.removeAllFiles(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
handleUpload = () => {
|
handleUpload = () => {
|
||||||
// Not a second click for adding more files?
|
// Not a second click for adding more files?
|
||||||
if (!this.state.upload.editing){
|
if (!this.state.upload.editing){
|
||||||
|
|
Ładowanie…
Reference in New Issue