mobile: add line break when appending to note

This commit is contained in:
Ammar Ahmed
2025-05-17 12:14:22 +05:00
parent 3e86167842
commit 33ea52068b

View File

@@ -307,7 +307,7 @@ const ShareView = () => {
noteData = {
content: {
data: (rawContent?.data || "") + noteContent.current,
data: (rawContent?.data || "") + "<br/>" + noteContent.current,
type: "tiptap"
},
id: note.id,