Skip to content

Commit

Permalink
fix: allow base64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke committed Nov 16, 2023
1 parent feef77e commit 489b626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/components/tiptap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ const Tiptap = ({ handleContentChange, user, content }) => {
}),
Image.configure({
inline: true,
allowBase64: true,
HTMLAttributes: {
class: "add-image-form",
},
Expand Down

0 comments on commit 489b626

Please sign in to comment.