mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
keyboard shortcut for hoisting, hoisted note is always expanded and has arrow icon
This commit is contained in:
@@ -548,7 +548,7 @@ async function createNote(node, parentNoteId, target, isProtected, saveSelection
|
||||
branchId: branchEntity.branchId,
|
||||
isProtected: isProtected,
|
||||
extraClasses: await treeBuilder.getExtraClasses(noteEntity),
|
||||
icon: treeBuilder.getIcon(noteEntity)
|
||||
icon: await treeBuilder.getIcon(noteEntity)
|
||||
};
|
||||
|
||||
if (target === 'after') {
|
||||
|
||||
Reference in New Issue
Block a user