mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
more reliable reimplementation of "create day sub note"
This commit is contained in:
@@ -3,7 +3,6 @@ import utils from './utils.js';
|
||||
import server from './server.js';
|
||||
import infoService from "./info.js";
|
||||
import treeCache from "./tree_cache.js";
|
||||
import treeBuilder from "./tree_builder.js";
|
||||
|
||||
async function moveBeforeNode(nodesToMove, beforeNode) {
|
||||
nodesToMove = filterRootNote(nodesToMove);
|
||||
|
||||
Reference in New Issue
Block a user