diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index bc7341fa28..117cbb5914 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -862,6 +862,7 @@ class Editor extends React.Component { defaultValue={this.state.initVersionName} onChange={(e) => this.setState({ initVersionName: e.target.value })} onKeyPress={(e) => this.handleKeyPress(e)} + autoFocus={true} />