diff --git a/apps/mobile/app/share/share.tsx b/apps/mobile/app/share/share.tsx index f81217c34a..73d6f185ea 100644 --- a/apps/mobile/app/share/share.tsx +++ b/apps/mobile/app/share/share.tsx @@ -363,7 +363,10 @@ const ShareView = () => { : null; noteData = { content: { - data: (rawContent?.data || "") + "
" + noteContent.current, + data: + (rawContent?.data || "") + + `


` + + noteContent.current, type: "tiptap" }, id: note?.id,