mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
etapi improvements and more tests
This commit is contained in:
@@ -91,7 +91,7 @@ export default class LoadResults {
|
||||
}
|
||||
|
||||
const componentIds = this.noteIdToComponentId[noteId];
|
||||
return componentIds && !!componentIds.find(sId => sId !== componentId);
|
||||
return componentIds && componentIds.find(sId => sId !== componentId) !== undefined;
|
||||
}
|
||||
|
||||
addNoteContent(noteId, componentId) {
|
||||
|
||||
Reference in New Issue
Block a user