Added new NOTES feature

This commit is contained in:
2026-02-26 19:06:43 -06:00
parent e5c8e42709
commit 3907de048b
9 changed files with 698 additions and 35 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ export const TaskEditor: Component<TaskEditorProps> = (props) => {
class: "rounded-lg border border-border max-w-full h-auto",
},
}),
Underline,
MobileIndent,
Underline.configure({}),
MobileIndent.configure({}),
],
// Use untrack so the editor doesn't re-initialize when props.content changes
content: untrack(() => props.content) || "",