saving expanded status as label

This commit is contained in:
zadam
2020-10-23 00:11:44 +02:00
parent 4ce2eaa919
commit 55f04436c0
4 changed files with 33 additions and 3 deletions

View File

@@ -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 */