Fixed for initial focus of JSON editor message.

This commit is contained in:
orangemug 2020-05-21 09:22:42 +01:00
parent 9e1c0e4c82
commit 315a9b82c0

View file

@ -51,7 +51,8 @@ class JSONEditor extends React.Component {
}
constructor(props) {
super(props)
super(props);
this._keyEvent = "keyboard";
this.state = {
isEditing: false,
showMessage: false,