diff --git a/src/app.ts b/src/app.ts index 397f4e5..135dd18 100644 --- a/src/app.ts +++ b/src/app.ts @@ -53,8 +53,7 @@ export class App { this.router.onChange((route) => this.applyRoute(route)) const initial = this.router.start() - this.scene = initial.scene - this.overlay.setScene(this.scene) + this.applyRoute(initial) this.router.replace(Router.sceneToBasePath(this.scene)) this.resize()