when saving Saved Search or SQL console, move it to their home (i.e. remove from hidden subtree)

This commit is contained in:
zadam
2021-10-24 14:53:45 +02:00
parent 33aa72eb97
commit 3413074235
17 changed files with 94 additions and 59 deletions

View File

@@ -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);