mirror of
https://github.com/maputnik/editor.git
synced 2026-01-02 03:20:01 +00:00
Fixed for initial focus of JSON editor message.
This commit is contained in:
@@ -51,7 +51,8 @@ class JSONEditor extends React.Component {
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
super(props)
|
||||
super(props);
|
||||
this._keyEvent = "keyboard";
|
||||
this.state = {
|
||||
isEditing: false,
|
||||
showMessage: false,
|
||||
|
||||
Reference in New Issue
Block a user