You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
All: Refresh sidebar and notes when moving note outside of conflict folder
This commit is contained in:
@@ -542,7 +542,11 @@ export default class BaseApplication {
|
||||
}
|
||||
|
||||
if (action.type === 'NOTE_UPDATE_ONE') {
|
||||
if (!action.changedFields.length || action.changedFields.includes('parent_id') || action.changedFields.includes('encryption_applied')) {
|
||||
if (!action.changedFields.length ||
|
||||
action.changedFields.includes('parent_id') ||
|
||||
action.changedFields.includes('encryption_applied') ||
|
||||
action.changedFields.includes('is_conflict')
|
||||
) {
|
||||
refreshFolders = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user