diff --git a/apps/mobile/share/share.js b/apps/mobile/share/share.js index fbb95197f..b63640af5 100644 --- a/apps/mobile/share/share.js +++ b/apps/mobile/share/share.js @@ -307,7 +307,7 @@ const ShareView = () => { noteData = { content: { - data: (rawContent?.data || "") + noteContent.current, + data: (rawContent?.data || "") + "
" + noteContent.current, type: "tiptap" }, id: note.id,