mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Folderの位置修正の保存
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user