mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
Folderの位置修正の保存
This commit is contained in:
@@ -134,6 +134,7 @@ function folders (state = initialFolders, action) {
|
|||||||
state.splice(a, 1, folderB)
|
state.splice(a, 1, folderB)
|
||||||
state.splice(b, 1, folderA)
|
state.splice(b, 1, folderA)
|
||||||
}
|
}
|
||||||
|
dataStore.setFolders(state)
|
||||||
return state
|
return state
|
||||||
default:
|
default:
|
||||||
return state
|
return state
|
||||||
|
|||||||
Reference in New Issue
Block a user