Nicer hash tag CSS
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ export async function indexTasks({ name, tree }: IndexTreeEvent) {
|
||||
// Push the tag to the list, removing the initial #
|
||||
task.tags.push(tree.children![0].text!.substring(1));
|
||||
// Remove this node from the tree
|
||||
return null;
|
||||
// return null;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user