chore(react/type_widget): get editable text to show up

This commit is contained in:
Elian Doran
2025-09-22 12:02:45 +03:00
parent adea3abff4
commit 78b83cd17b
9 changed files with 148 additions and 127 deletions

View File

@@ -33,6 +33,7 @@ const TYPE_MAPPINGS: Record<ExtendedNoteType, () => Promise<{ default: TypeWidge
"attachmentList": async () => (await import("./type_widgets/Attachment")).AttachmentList,
"attachmentDetail": async () => (await import("./type_widgets/Attachment")).AttachmentDetail,
"readOnlyText": () => import("./type_widgets/text/ReadOnlyText"),
"editableText": () => import("./type_widgets/text/EditableText"),
"render": () => import("./type_widgets/Render"),
"canvas": () => import("./type_widgets/Canvas")
// TODO: finalize the record.