duplicate (single) note

This commit is contained in:
zadam
2019-10-19 12:36:16 +02:00
parent 00bb1236ce
commit b16c2d19b6
16 changed files with 147 additions and 70 deletions

View File

@@ -109,7 +109,7 @@ async function createInitialDatabase(username, password, theme) {
noteId: 'root',
parentNoteId: 'none',
isExpanded: true,
notePosition: 0
notePosition: 10
}).save();
const dummyTaskContext = new TaskContext("1", 'import', false);