Skip to content

Commit c144a9a

Browse files
committed
Merge branch 'fix/note-content-override-when-switching-between-notes' of https://github.com/codex-team/notes.web into fix/note-content-override-when-switching-between-notes
2 parents 4b6148a + fe9fb69 commit c144a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/application/services/useNote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export default function (options: UseNoteComposableOptions): UseNoteComposableSt
383383

384384
// Recursively update child notes
385385
if (hierarchy.childNotes) {
386-
hierarchy.childNotes.forEach((child) => updateNoteHierarchyContent(child, title));
386+
hierarchy.childNotes.forEach(child => updateNoteHierarchyContent(child, title));
387387
}
388388
}
389389

0 commit comments

Comments
 (0)