Change datastore to not need to deserialize LocalStorage for every read
This commit is contained in:
@@ -6,7 +6,7 @@ import { drawDraftingBoard } from './drafting-board.js';
|
||||
import { DataStore } from './datastore.js';
|
||||
|
||||
window.Api = Api;
|
||||
window.DataStore = DataStore;
|
||||
window.dataStore = new DataStore();
|
||||
|
||||
setupPopups();
|
||||
setupLocationsSearch();
|
||||
|
Reference in New Issue
Block a user