create top level note and collapse tree now work relative to hoisted note, closes #343

This commit is contained in:
azivner
2019-01-15 20:30:54 +01:00
parent aa58788769
commit cce8c1b674
2 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ const sql = require('./sql');
const cls = require('./cls');
const optionService = require('./options');
const Option = require('../entities/option');
const utils = require('../services/utils');
async function createConnection() {
return await sqlite.open(dataDir.DOCUMENT_PATH, {Promise});