]> git.scottworley.com Git - vopamoi/blobdiff - vopamoi.ts
Revert "When creating a task while viewing a tag, the new task has that tag"
[vopamoi] / vopamoi.ts
index 695ddefa7361e560f244597a76cd73cf0f08f30e..5f759d08588cfa18d24da7f07e41df026d565c1d 100644 (file)
@@ -297,9 +297,6 @@ function BrowserUI() {
         this.firstVisibleTask()?.focus();
       }
       input.value = "";
-      if (currentTagView) {
-        ui.addTag(task.getAttribute("data-created")!, currentTagView);
-      }
       if (event.getModifierState("Control")) {
         this.makeBottomPriority(task);
       }