mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
WIP blob
This commit is contained in:
@@ -94,8 +94,10 @@ export default class LoadResults {
|
||||
return componentIds && componentIds.find(sId => sId !== componentId) !== undefined;
|
||||
}
|
||||
|
||||
addNoteContent(noteId, componentId) {
|
||||
this.contentNoteIdToComponentId.push({noteId, componentId});
|
||||
addNoteContent(noteIds, componentId) {
|
||||
for (const noteId of noteIds) {
|
||||
this.contentNoteIdToComponentId.push({noteId, componentId});
|
||||
}
|
||||
}
|
||||
|
||||
isNoteContentReloaded(noteId, componentId) {
|
||||
|
||||
Reference in New Issue
Block a user