mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
don't allow deleting hoisted note + other related fixes, closes #488
This commit is contained in:
@@ -270,7 +270,7 @@ async function showChildrenOverview() {
|
||||
|
||||
$childrenOverview.empty();
|
||||
|
||||
const notePath = treeService.getActiveNotePath();
|
||||
const notePath = await treeService.getActiveNotePath();
|
||||
|
||||
for (const childBranch of await note.getChildBranches()) {
|
||||
const link = $('<a>', {
|
||||
|
||||
Reference in New Issue
Block a user