mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
added new runOnNoteDeletion, runOnBranchCreation, runOnBranchDeletion, #2898
This commit is contained in:
@@ -10,6 +10,7 @@ class TaskContext {
|
||||
this.taskId = taskId;
|
||||
this.taskType = taskType;
|
||||
this.data = data;
|
||||
this.noteDeletionHandlerTriggered = false;
|
||||
|
||||
// progressCount is meant to represent just some progress - to indicate the task is not stuck
|
||||
this.progressCount = -1; // we're incrementing immediatelly
|
||||
|
||||
Reference in New Issue
Block a user