quick unhoist link/button

This commit is contained in:
azivner
2018-12-15 20:29:08 +01:00
parent a680bb4612
commit 841420360e
6 changed files with 27 additions and 4 deletions

View File

@@ -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);