Skip to content

Commit 93f723a

Browse files
committed
Fix failing Toolbar unit test
1 parent c743f2d commit 93f723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Toolbar.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Toolbar extends React.Component {
135135
onClick={() => {
136136
if (canEditProjectName) {
137137
this.props.showEditProjectName();
138-
setTimeout(() => this.projectNameInput.focus(), 100);
138+
setTimeout(() => this.projectNameInput.focus(), 140);
139139
}
140140
}}
141141
disabled={!canEditProjectName}

0 commit comments

Comments
 (0)