mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Cloning of a note should also clone its attachments -> works if the notes are in different storages now
This commit is contained in:
@@ -664,7 +664,7 @@ class NoteList extends React.Component {
|
||||
content: firstNote.content
|
||||
})
|
||||
.then((note) => {
|
||||
attachmentManagement.cloneAttachments(storage.key, firstNote, note)
|
||||
attachmentManagement.cloneAttachments(firstNote, note)
|
||||
return note
|
||||
})
|
||||
.then((note) => {
|
||||
|
||||
Reference in New Issue
Block a user