mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fix tooltips
This commit is contained in:
@@ -17,7 +17,7 @@ class NoteDetailBook {
|
||||
for (const childNote of await this.ctx.note.getChildNotes()) {
|
||||
this.$component.append(
|
||||
$('<div class="note-book">')
|
||||
.append($('<h5 class="note-book-title">').append(await linkService.createNoteLink(childNote.noteId)))
|
||||
.append($('<h5 class="note-book-title">').append(await linkService.createNoteLink(childNote.noteId, null, false)))
|
||||
.append($('<div class="note-book-content">').append(await this.getNoteContent(childNote)))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user