mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
deleting without reloading the whole tree (at least on frontend)
This commit is contained in:
@@ -6,11 +6,7 @@ import treeCache from "./tree_cache.js";
|
||||
import messagingService from "./messaging.js";
|
||||
import hoistedNoteService from "./hoisted_note.js";
|
||||
|
||||
async function prepareTree(noteRows, branchRows, relations) {
|
||||
utils.assertArguments(noteRows, branchRows, relations);
|
||||
|
||||
treeCache.load(noteRows, branchRows, relations);
|
||||
|
||||
async function prepareTree() {
|
||||
const hoistedNoteId = await hoistedNoteService.getHoistedNoteId();
|
||||
|
||||
let hoistedBranch;
|
||||
|
||||
Reference in New Issue
Block a user