mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
shortcut improvements
This commit is contained in:
@@ -67,7 +67,7 @@ function getHoistedNote() {
|
||||
}
|
||||
|
||||
function createShortcut(req) {
|
||||
return specialNotesService.createShortcut(req.params.parentNoteId, req.params.type);
|
||||
return specialNotesService.createShortcut(req.params.parentNoteId, req.params.shortcutType);
|
||||
}
|
||||
|
||||
function resetShortcut(req) {
|
||||
|
||||
Reference in New Issue
Block a user