1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Fixed doc

This commit is contained in:
Laurent Cozic
2019-05-14 22:02:47 +01:00
parent 0e2bb5d784
commit c546b7076a
2 changed files with 2 additions and 8 deletions

View File

@ -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);