export stores note position and some other fixes

This commit is contained in:
azivner
2018-11-26 23:39:43 +01:00
parent 137b9dfa0b
commit 139c99440f
3 changed files with 37 additions and 7 deletions

View File

@@ -87,6 +87,7 @@ async function exportToTar(branch, format, res) {
isClone: false,
noteId: note.noteId,
title: note.title,
notePosition: branch.notePosition,
prefix: branch.prefix,
isExpanded: branch.isExpanded,
type: note.type,