mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 14:57:45 +01:00
Hide hidden FileReaderInput from keyboard focus
This commit is contained in:
parent
f9f5e8f925
commit
dd122d1bac
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class OpenModal extends React.Component {
|
|||
<section className="maputnik-modal-section">
|
||||
<h2>Upload Style</h2>
|
||||
<p>Upload a JSON style from your computer.</p>
|
||||
<FileReaderInput onChange={this.onUpload.bind(this)}>
|
||||
<FileReaderInput onChange={this.onUpload.bind(this)} tabIndex="-1">
|
||||
<Button className="maputnik-upload-button"><FileUploadIcon /> Upload</Button>
|
||||
</FileReaderInput>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue