Adding a button to invert the graph globally.
This commit is contained in:
@@ -9,6 +9,7 @@ export class StorageService {
|
||||
return localStorage.getItem(key);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user