mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
shortcut improvements
This commit is contained in:
@@ -13,6 +13,13 @@ function getShortcutsForNotes() {
|
||||
const map = {};
|
||||
|
||||
for (const attr of attrs) {
|
||||
const note = becca.getNote(attr.noteId);
|
||||
|
||||
if (note?.type === 'launcher') {
|
||||
// launchers have different handling
|
||||
continue;
|
||||
}
|
||||
|
||||
map[attr.value] = attr.noteId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user