mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
fix: allow base64 images
This commit is contained in:
@@ -135,7 +135,7 @@ const useTiptap = (
|
||||
placeholder: "Start writing your note...",
|
||||
}),
|
||||
|
||||
ImageNode,
|
||||
ImageNode.configure({ allowBase64: true }),
|
||||
EmbedNode,
|
||||
AttachmentNode.configure({
|
||||
onDownloadAttachment,
|
||||
|
||||
Reference in New Issue
Block a user