Skip to content

Commit 1963b58

Browse files
committed
Folderの位置修正の保存
1 parent 3b9ad59 commit 1963b58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/reducer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ function folders (state = initialFolders, action) {
134134
state.splice(a, 1, folderB)
135135
state.splice(b, 1, folderA)
136136
}
137+
dataStore.setFolders(state)
137138
return state
138139
default:
139140
return state

0 commit comments

Comments
 (0)