You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Fixed doc
This commit is contained in:
@ -487,13 +487,7 @@ const reducer = (state = defaultState, action) => {
|
||||
newState = Object.assign({}, state);
|
||||
newState.collapsedFolderIds = action.ids.slice();
|
||||
break;
|
||||
|
||||
case 'FOLDER_SET_COLLAPSED':
|
||||
|
||||
newState = Object.assign({}, state);
|
||||
folderSetCollapsed(state, action);
|
||||
break;
|
||||
|
||||
|
||||
case 'TAG_UPDATE_ALL':
|
||||
|
||||
newState = Object.assign({}, state);
|
||||
|
Reference in New Issue
Block a user