mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
improvements to saved search
This commit is contained in:
@@ -32,15 +32,6 @@ export default class NoteListWidget extends TabAwareWidget {
|
||||
}
|
||||
|
||||
async refreshWithNote(note) {
|
||||
// this.tabContext.autoBookDisabled;
|
||||
//
|
||||
// const noteComplement = await this.tabContext.getNoteComplement();
|
||||
//
|
||||
// if (utils.isHtmlEmpty(noteComplement.content)) {
|
||||
//
|
||||
// }
|
||||
//
|
||||
|
||||
const noteListRenderer = new NoteListRenderer(note, note.getChildNoteIds());
|
||||
|
||||
this.$content.empty().append(await noteListRenderer.renderList());
|
||||
|
||||
Reference in New Issue
Block a user