Skip to content

Commit f60d957

Browse files
committed
データ移転バグ修正
1 parent 8f0b045 commit f60d957

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/dataStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export function init () {
1919
data = JSON.parse(localStorage.getItem('local'))
2020
jetpack.write(getLocalPath(), data)
2121
localStorage.removeItem('local')
22+
return
2223
}
2324

2425
let defaultFolder = {

0 commit comments

Comments
 (0)