1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Folderの位置修正の保存

This commit is contained in:
Rokt33r
2015-12-13 17:01:36 +09:00
parent 3b9ad59849
commit 1963b586ac

View File

@@ -134,6 +134,7 @@ function folders (state = initialFolders, action) {
state.splice(a, 1, folderB)
state.splice(b, 1, folderA)
}
dataStore.setFolders(state)
return state
default:
return state