launchbar WIP

This commit is contained in:
zadam
2022-08-08 23:13:31 +02:00
parent df7c089344
commit 2694bcff67
10 changed files with 45 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
const treeService = require("./tree.js");
const sql = require("./sql.js");
const treeService = require("./tree");
const sql = require("./sql");
function moveBranchToNote(sourceBranch, targetParentNoteId) {
if (sourceBranch.parentNoteId === targetParentNoteId) {