Fixed #1723 - Clear file list after upload

pull/2193/head
johshisha 2022-02-19 00:44:56 +09:00
parent 470a4289e5
commit 7068f6ac50
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ export default {
}
this.$emit('uploader', {files: this.files});
this.clear()
}
else {
let xhr = new XMLHttpRequest();