Added 'edited today' filter and task description previews

This commit is contained in:
2026-02-04 13:34:16 -06:00
parent a717095bd1
commit 6b8be90295
4 changed files with 56 additions and 10 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export const TaskEditor: Component<TaskEditorProps> = (props) => {
return (
<div
ref={editorRef}
class="w-full h-full cursor-text"
class="w-full cursor-text"
onClick={() => editor()?.chain().focus().run()}
/>
);