We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 325c02b + 92d52f7 commit 41f8122Copy full SHA for 41f8122
src/core/loading_screen.jsx
@@ -20,7 +20,7 @@ class LoadingPane extends React.Component {
20
componentDidMount() {
21
const { model } = this.props;
22
pinLoadingPane(l.id(model));
23
- setTimeout(() => unpinLoadingPane(l.id(model)), 1200);
+ setTimeout(() => unpinLoadingPane(l.id(model)), 500);
24
}
25
26
render() {
0 commit comments