Fix #4667 - FileUpload: Basic uploader click
parent
19f52ab2f8
commit
031d0897b3
|
@ -295,7 +295,7 @@ export default {
|
||||||
},
|
},
|
||||||
onBasicUploaderClick(event) {
|
onBasicUploaderClick(event) {
|
||||||
if (this.hasFiles) this.upload();
|
if (this.hasFiles) this.upload();
|
||||||
if (event.button === 0) this.$refs.fileInput.click();
|
else if (event.button === 0) this.$refs.fileInput.click();
|
||||||
},
|
},
|
||||||
remove(index) {
|
remove(index) {
|
||||||
this.clearInputElement();
|
this.clearInputElement();
|
||||||
|
|
Loading…
Reference in New Issue