mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: add line break when appending to note
This commit is contained in:
@@ -307,7 +307,7 @@ const ShareView = () => {
|
||||
|
||||
noteData = {
|
||||
content: {
|
||||
data: (rawContent?.data || "") + noteContent.current,
|
||||
data: (rawContent?.data || "") + "<br/>" + noteContent.current,
|
||||
type: "tiptap"
|
||||
},
|
||||
id: note.id,
|
||||
|
||||
Reference in New Issue
Block a user