note list rendering WIP

This commit is contained in:
zadam
2020-10-24 00:02:38 +02:00
parent a3f4fc7762
commit aeb6c34d27
2 changed files with 20 additions and 8 deletions

View File

@@ -60,9 +60,6 @@ export default class BookTypeWidget extends TypeWidget {
.append(' if you want to add some text.'));
}
// const zoomLevel = parseInt(note.getLabelValue('bookZoomLevel')) || this.getDefaultZoomLevel();
// this.setZoom(zoomLevel);
const noteListRenderer = new NoteListRenderer(note, await note.getChildNotes());
this.$content.append(await noteListRenderer.renderList());