summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cadeba3)
Revert
c948f3b419535ad0774392636d2fd1166fb6e312 in spirit.
This often isn't the right thing to do. It's especially
counter-productive in the while viewing the "Project" tag -- new
sub-tasks in projects are not themselves Projects.
this.firstVisibleTask()?.focus();
}
input.value = "";
this.firstVisibleTask()?.focus();
}
input.value = "";
- if (currentTagView) {
- ui.addTag(task.getAttribute("data-created")!, currentTagView);
- }
if (event.getModifierState("Control")) {
this.makeBottomPriority(task);
}
if (event.getModifierState("Control")) {
this.makeBottomPriority(task);
}