Merge pull request #4668 from FlipWarthog/PV4667
Fix #4667 - FileUpload: Basic uploader clickpull/4694/head
commit
91f683a1ba
|
@ -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