mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
Merge branch 'master' into next61
# Conflicts: # package-lock.json # src/public/app/services/note_content_renderer.js # src/public/app/widgets/note_tree.js # src/routes/routes.js # src/services/consistency_checks.js # src/services/notes.js # src/services/task_context.js
This commit is contained in:
@@ -1116,7 +1116,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
const note = froca.getNoteFromCache(ecAttr.noteId);
|
||||
|
||||
if (note && note.getChildNoteIds().includes(ecAttr.value)) {
|
||||
// there's a new /deleted imageLink betwen note and its image child - which can show/hide
|
||||
// there's a new /deleted imageLink between note and its image child - which can show/hide
|
||||
// the image (if there is an imageLink relation between parent and child,
|
||||
// then it is assumed to be "contained" in the note and thus does not have to be displayed in the tree)
|
||||
noteIdsToReload.add(ecAttr.noteId);
|
||||
|
||||
Reference in New Issue
Block a user