Nicer hash tag CSS

This commit is contained in:
Zef Hemel
2022-11-30 15:59:28 +01:00
parent a41695bc67
commit 15263a8dc6
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -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;
}
});