mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
changes in access to startNote and currentNote
This commit is contained in:
@@ -15,7 +15,7 @@ async function runNotesWithAttribute(runAttrValue) {
|
||||
AND notes.isDeleted = 0`, [runAttrValue]);
|
||||
|
||||
for (const note of notes) {
|
||||
script.executeNote(note);
|
||||
script.executeNote(null, note);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user