mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Adds autoFocus attribute in input element to support enter functionality (#2701)
This commit is contained in:
parent
256e691e5f
commit
4355911db4
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue