mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
always keep all the ancestors in the cache WIP
This commit is contained in:
@@ -2,7 +2,7 @@ import server from "./server.js";
|
||||
import bundleService from "./bundle.js";
|
||||
|
||||
async function render(note, $el) {
|
||||
const relations = await note.getRelations('renderNote');
|
||||
const relations = note.getRelations('renderNote');
|
||||
const renderNoteIds = relations
|
||||
.map(rel => rel.value)
|
||||
.filter(noteId => noteId);
|
||||
|
||||
Reference in New Issue
Block a user