mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 15:41:14 +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) {
|
constructor(props) {
|
||||||
super(props)
|
super(props);
|
||||||
|
this._keyEvent = "keyboard";
|
||||||
this.state = {
|
this.state = {
|
||||||
isEditing: false,
|
isEditing: false,
|
||||||
showMessage: false,
|
showMessage: false,
|
||||||
|
|
Loading…
Reference in a new issue