You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Desktop: Improved: When opening a note using Goto Anything, open all its parent notebooks too
This commit is contained in:
@@ -488,6 +488,12 @@ const reducer = (state = defaultState, action) => {
|
||||
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