mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
change order of ribbon tabs so that type specific ones are in front
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user