mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
saving expanded status as label
This commit is contained in:
@@ -63,7 +63,7 @@ export default class BookTypeWidget extends TypeWidget {
|
||||
// const zoomLevel = parseInt(note.getLabelValue('bookZoomLevel')) || this.getDefaultZoomLevel();
|
||||
// this.setZoom(zoomLevel);
|
||||
|
||||
this.$content.append(await noteListRenderer.renderList(await note.getChildNotes()));
|
||||
this.$content.append(await noteListRenderer.renderList(await note.getChildNotes(), note));
|
||||
}
|
||||
|
||||
/** @return {boolean} true if this is "auto book" activated (empty text note) and not explicit book note */
|
||||
|
||||
Reference in New Issue
Block a user