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.
1 parent edae248 commit 3d89dd7Copy full SHA for 3d89dd7
client/modules/IDE/components/Toolbar.jsx
@@ -41,9 +41,7 @@ class Toolbar extends React.Component {
41
if (this.canEditProjectName) {
42
this.props.showEditProjectName();
43
setTimeout(() => {
44
- if (this.projectNameInput) {
45
- this.projectNameInput.focus();
46
- }
+ this.projectNameInput?.focus();
47
}, 140);
48
}
49
0 commit comments