1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00
This commit is contained in:
AWolf81
2019-06-30 00:03:54 +02:00
parent 390f6d545f
commit f67175e628
2 changed files with 8 additions and 20 deletions

View File

@@ -76,7 +76,7 @@ function createNoteFromUrl (url, storage, folder, dispatch = null, location = nu
title: '',
content: markdownHTML
}).then((note) => {
resolve({result: true, error: null})
resolve({result: true, note, error: null})
})
}
})