mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
improvements
This commit is contained in:
@@ -7,6 +7,10 @@ export default class AbstractLauncher extends OnClickButtonWidget {
|
||||
|
||||
/** @type {NoteShort} */
|
||||
this.launcherNote = launcherNote;
|
||||
|
||||
for (const label of launcherNote.getOwnedLabels('keyboardShortcut')) {
|
||||
this.bindNoteShortcutHandler(label);
|
||||
}
|
||||
}
|
||||
|
||||
launch() {
|
||||
@@ -30,4 +34,4 @@ export default class AbstractLauncher extends OnClickButtonWidget {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user