mobile: add line break when appending to note

This commit is contained in:
Ammar Ahmed
2025-05-17 12:14:22 +05:00
committed by Abdullah Atta
parent 208bd13cdd
commit 73bf283fd7

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,