mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fix #4667 - FileUpload: Basic uploader click
This commit is contained in:
parent
19f52ab2f8
commit
031d0897b3
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ export default {
|
|||
},
|
||||
onBasicUploaderClick(event) {
|
||||
if (this.hasFiles) this.upload();
|
||||
if (event.button === 0) this.$refs.fileInput.click();
|
||||
else if (event.button === 0) this.$refs.fileInput.click();
|
||||
},
|
||||
remove(index) {
|
||||
this.clearInputElement();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue