]> git.scottworley.com Git - vopamoi/commitdiff
Wrap task description before going into tag space
authorScott Worley <scottworley@scottworley.com>
Thu, 10 Feb 2022 01:48:49 +0000 (17:48 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 10 Feb 2022 17:51:51 +0000 (09:51 -0800)
vopamoi.ts

index bc399bcb0936153b0dcdf694af01f969b3fbc1b0..33e37a37e851db876b260dc14c406f6ebc5e6845 100644 (file)
@@ -67,7 +67,7 @@ const Model = {
         return tag;
       }
     }
-    task.appendChild(tag);
+    task.insertBefore(tag, task.getElementsByClassName("desc")[0]!);
     return tag;
   },