1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Fixed tests

This commit is contained in:
Laurent Cozic
2018-05-14 11:23:18 +01:00
parent e012b927dc
commit a37005446a
4 changed files with 693 additions and 686 deletions

View File

@ -134,7 +134,7 @@ function shimInit() {
if (note.body && position) newBody.push(note.body.substr(0, position));
newBody.push(Resource.markdownTag(resource));
newBody.push(note.body.substr(position));
if (note.body) newBody.push(note.body.substr(position));
const newNote = Object.assign({}, note, {
body: newBody.join('\n\n'),