mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
when saving Saved Search or SQL console, move it to their home (i.e. remove from hidden subtree)
This commit is contained in:
@@ -22,7 +22,7 @@ class TaskContext {
|
||||
this.increaseProgressCount();
|
||||
}
|
||||
|
||||
/** @return {TaskContext} */
|
||||
/** @returns {TaskContext} */
|
||||
static getInstance(taskId, taskType, data) {
|
||||
if (!taskContexts[taskId]) {
|
||||
taskContexts[taskId] = new TaskContext(taskId, taskType, data);
|
||||
|
||||
Reference in New Issue
Block a user