pull/1392/head
Piero Toffanin 2023-09-15 13:13:54 -04:00
rodzic be082a7d71
commit 3254968b63
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -281,7 +281,7 @@ class ProjectListItem extends React.Component {
});
}
})
.on("reset", (e) => {
.on("reset", () => {
this.resetUploadState();
})
.on("dragenter", () => {
@ -398,10 +398,6 @@ class ProjectListItem extends React.Component {
this.resetUploadState();
}
handleClearFiles = () => {
this.dz.removeAllFiles(true);
}
handleUpload = () => {
// Not a second click for adding more files?
if (!this.state.upload.editing){