mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
launchbar WIP
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user