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 9fe7be3 + c156edf commit a9015a7Copy full SHA for a9015a7
frontends/web/src/app.tsx
@@ -80,9 +80,11 @@ class App extends Component<Props, State> {
80
if (panelStore.state.activeSidebar) {
81
toggleSidebar();
82
}
83
+ setTimeout(this.maybeRoute);
84
85
86
public componentDidMount() {
87
+ this.maybeRoute();
88
this.onBitBoxBasesRegisteredChanged();
89
this.onBitBoxBasesDetectedChanged();
90
this.unsubscribe = apiWebsocket(({ type, data, meta }) => {
0 commit comments