feat(views/table): support recursive children update

This commit is contained in:
Elian Doran
2025-07-14 13:12:54 +03:00
parent 8c56315313
commit 402540f483
4 changed files with 35 additions and 26 deletions

View File

@@ -123,8 +123,7 @@ export default class NoteListWidget extends NoteContextAwareWidget {
const noteListRenderer = new NoteListRenderer({
$parent: this.$content,
parentNote: note,
parentNotePath: this.notePath,
noteIds: note.getChildNoteIds()
parentNotePath: this.notePath
});
this.$widget.toggleClass("full-height", noteListRenderer.isFullHeight);
await noteListRenderer.renderList();