Added 'edited today' filter and task description previews
This commit is contained in:
@@ -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()}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user