mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 06:57:45 +01:00
Fixed for initial focus of JSON editor message.
This commit is contained in:
parent
9e1c0e4c82
commit
315a9b82c0
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ class JSONEditor extends React.Component {
|
|||
}
|
||||
|
||||
constructor(props) {
|
||||
super(props)
|
||||
super(props);
|
||||
this._keyEvent = "keyboard";
|
||||
this.state = {
|
||||
isEditing: false,
|
||||
showMessage: false,
|
||||
|
|
Loading…
Reference in a new issue