We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c743f2d + 93f723a commit 9265277Copy full SHA for 9265277
client/modules/IDE/components/Toolbar.jsx
@@ -135,7 +135,7 @@ class Toolbar extends React.Component {
135
onClick={() => {
136
if (canEditProjectName) {
137
this.props.showEditProjectName();
138
- setTimeout(() => this.projectNameInput.focus(), 100);
+ setTimeout(() => this.projectNameInput.focus(), 140);
139
}
140
}}
141
disabled={!canEditProjectName}
0 commit comments