mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
fixed runOnAttributeChange event
This commit is contained in:
@@ -17,7 +17,7 @@ async function runNotesWithLabel(runAttrValue) {
|
||||
AND notes.isDeleted = 0`, [runAttrValue]);
|
||||
|
||||
for (const note of notes) {
|
||||
scriptService.executeNote(note);
|
||||
scriptService.executeNote(note, note);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user