Merge pull request #780 from UtechtDustin/du/fix/741

Fixed bug which reveals hidden input while using tab
This commit is contained in:
Bob den Otter
2019-12-07 11:11:20 +01:00
committed by GitHub
@@ -121,6 +121,7 @@
ref="selectFile"
class="editor__image--upload"
:name="fieldName"
tabindex="-1"
type="file"
:accept="acceptedExtensions"
@change="uploadFile($event.target.files[0])"