We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e95f2 commit 6691fbfCopy full SHA for 6691fbf
src/views/Editor/index.vue
@@ -28,7 +28,7 @@ const snapshotStore = useSnapshotStore()
28
29
onMounted(async () => {
30
await deleteDiscardedDB()
31
- await snapshotStore.initSnapshotDatabase()
+ // await snapshotStore.initSnapshotDatabase()
32
// mainStore.getFonts()
33
})
34
@@ -40,4 +40,4 @@ window.addEventListener('unload', () => {
40
const newDiscardedDB = JSON.stringify(discardedDBList)
41
localStorage.setItem(LocalStorageDiscardedKey, newDiscardedDB)
42
43
-</script>
+</script>
0 commit comments