feat: re-work modal behaviour to be more natural

This commit is contained in:
Paul Makles
2022-06-18 11:22:37 +01:00
parent 12217ae2a8
commit bfd9439f27
11 changed files with 72 additions and 12 deletions

View File

@@ -150,7 +150,6 @@ export default class State {
() => stringify(store.toJSON()),
async (value) => {
try {
console.log(id, "updated!");
// Save updated store to local storage.
await localforage.setItem(id, JSON.parse(value));