mirror of
https://github.com/jbcr/core.git
synced 2026-04-23 08:38:04 +02:00
Merge pull request #780 from UtechtDustin/du/fix/741
Fixed bug which reveals hidden input while using tab
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
ref="selectFile"
|
||||
class="editor__image--upload"
|
||||
:name="fieldName"
|
||||
tabindex="-1"
|
||||
type="file"
|
||||
:accept="acceptedExtensions"
|
||||
@change="uploadFile($event.target.files[0])"
|
||||
|
||||
Reference in New Issue
Block a user