Removing save and read config hjson. Fixes #695 (#696)

This commit is contained in:
Dessalines 2022-06-23 10:05:56 -04:00 committed by GitHub
parent 46c610990a
commit 75d52f1e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 114 deletions

View file

@ -194,7 +194,6 @@ export class Home extends Component<any, HomeState> {
componentWillUnmount() {
saveScrollPosition(this.context);
this.subscription.unsubscribe();
window.isoData.path = undefined;
}
static getDerivedStateFromProps(props: any): HomeProps {