fix: allow base64 images

This commit is contained in:
thecodrr
2022-07-27 15:32:46 +05:00
parent 27dea7d654
commit 0709bf1bff

View File

@@ -135,7 +135,7 @@ const useTiptap = (
placeholder: "Start writing your note...",
}),
ImageNode,
ImageNode.configure({ allowBase64: true }),
EmbedNode,
AttachmentNode.configure({
onDownloadAttachment,