mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
Fix typos
Found via `codespell -S ./libraries,./package-lock.json -L tabel,tabels,uptodate,isnt,edn,falsy`
This commit is contained in:
@@ -1139,7 +1139,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
const note = froca.getNoteFromCache(ecAttr.noteId);
|
||||
|
||||
if (note && note.getChildNoteIds().includes(ecAttr.value)) {
|
||||
// there's new/deleted imageLink betwen note and its image child - which can show/hide
|
||||
// there's new/deleted imageLink between note and its image child - which can show/hide
|
||||
// the image (if there is a 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