fix restoring from localStorage (#715)

pull/717/head
David Luzar 5 years ago committed by GitHub
parent b7a6ceba68
commit 82eb97462b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -353,6 +353,8 @@ export class App extends React.Component<any, AppState> {
);
if (match) {
this.loadScene(match[1], match[2]);
} else {
this.loadScene(null, undefined);
}
}
}

Loading…
Cancel
Save