We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc8cd8 commit 5d2bba3Copy full SHA for 5d2bba3
src/components/uploader/QUploader.vue
@@ -332,10 +332,6 @@ export default {
332
this.files = this.files.filter(obj => obj.name !== name)
333
this.__computeTotalSize()
334
},
335
- __removeUploaded () {
336
- this.files = this.files.filter(f => !f.__doneUploading)
337
- this.__computeTotalSize()
338
- },
339
__pick () {
340
if (!this.addDisabled && this.$q.platform.is.mozilla) {
341
this.$refs.file.click()
0 commit comments