diff --git a/apps/client/src/widgets/search_result.ts b/apps/client/src/widgets/search_result.ts index 09b199ccf..a98e306b3 100644 --- a/apps/client/src/widgets/search_result.ts +++ b/apps/client/src/widgets/search_result.ts @@ -65,7 +65,6 @@ export default class SearchResultWidget extends NoteContextAwareWidget { return; } - // this.$content, note, note.getChildNoteIds(), true const noteListRenderer = new NoteListRenderer({ $parent: this.$content, parentNote: note,