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 8f0b045 commit f60d957Copy full SHA for f60d957
1 file changed
lib/dataStore.js
@@ -19,6 +19,7 @@ export function init () {
19
data = JSON.parse(localStorage.getItem('local'))
20
jetpack.write(getLocalPath(), data)
21
localStorage.removeItem('local')
22
+ return
23
}
24
25
let defaultFolder = {
0 commit comments