mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
quick unhoist link/button
This commit is contained in:
@@ -215,7 +215,7 @@ function selectContextMenuItem(event, cmd) {
|
||||
hoistedNoteService.setHoistedNoteId(node.data.noteId);
|
||||
}
|
||||
else if (cmd === "unhoist") {
|
||||
hoistedNoteService.setHoistedNoteId('root');
|
||||
hoistedNoteService.unhoist();
|
||||
}
|
||||
else {
|
||||
messagingService.logError("Unknown command: " + cmd);
|
||||
|
||||
Reference in New Issue
Block a user