change order of ribbon tabs so that type specific ones are in front

This commit is contained in:
zadam
2021-10-10 21:47:56 +02:00
parent e09b2902fa
commit 1ad25b063d
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ async function getRenderedContent(note, options = {}) {
let childNoteIds = note.getChildNoteIds();
if (childNoteIds.length > 10) {
childNoteIds = childNoteIds.substr(0, 10);
childNoteIds = childNoteIds.slice(0, 10);
}
// just load the first 10 child notes