From c9151adcb2f2c2063e812756703503ae440219ca Mon Sep 17 00:00:00 2001 From: koo27 Date: Thu, 3 Dec 2020 10:32:26 +0100 Subject: [PATCH] Removed apparently superfluous lines These lines were causing the Uploading not working on iPhone on any browser (tested on Safari and Chrome). --- src/components/vsUpload/vsUpload.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/vsUpload/vsUpload.vue b/src/components/vsUpload/vsUpload.vue index fa3567bcd..320f2b089 100644 --- a/src/components/vsUpload/vsUpload.vue +++ b/src/components/vsUpload/vsUpload.vue @@ -298,9 +298,6 @@ this.$emit('change', e.target.value, this.filesx) } } - const input = this.$refs.fileInput - input.type = 'text' - input.type = 'file' if (this.automatic) { this.upload('all')