mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
attachment ETAPI support WIP
This commit is contained in:
@@ -134,7 +134,7 @@ function executeActions(note, searchResultNoteIds) {
|
||||
for (const resultNoteId of searchResultNoteIds) {
|
||||
const resultNote = becca.getNote(resultNoteId);
|
||||
|
||||
if (!resultNote || resultNote.isDeleted) {
|
||||
if (!resultNote) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user