Skip to content

Commit 944d197

Browse files
committed
Try to fix Sketchlist.unit.test, but haven't fixed it yet
1 parent 155e2dc commit 944d197

File tree

3 files changed

+52
-36
lines changed

3 files changed

+52
-36
lines changed

client/modules/IDE/components/Toolbar.jsx

Lines changed: 1 addition & 1 deletion
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(), 10);
138+
setTimeout(() => this.projectNameInput.focus(), 100);
139139
}
140140
}}
141141
disabled={!canEditProjectName}

package-lock.json

Lines changed: 47 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@
113113
"eslint-plugin-react": "^7.24.0",
114114
"file-loader": "^6.2.0",
115115
"husky": "^4.3.8",
116-
"jest": "^26.6.3",
116+
"jest": "^26.0.1",
117117
"lint-staged": "^10.5.4",
118118
"mini-css-extract-plugin": "^1.6.2",
119-
"msw": "^0.28.2",
119+
"msw": "^0.28.1",
120120
"node-sass": "^5.0.0",
121121
"nodemon": "^2.0.12",
122122
"optimize-css-assets-webpack-plugin": "^5.0.8",
@@ -202,8 +202,8 @@
202202
"q": "^1.4.1",
203203
"query-string": "^6.14.1",
204204
"raw-loader": "^4.0.2",
205-
"react": "^16.14.0",
206-
"react-dom": "^16.14.0",
205+
"react": "^16.12.0",
206+
"react-dom": "^16.12.0",
207207
"react-final-form": "^6.5.3",
208208
"react-helmet": "^5.1.3",
209209
"react-hot-loader": "^4.13.0",

0 commit comments

Comments
 (0)