mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
keyboard shortcuts for ribbon tabs
This commit is contained in:
@@ -35,6 +35,10 @@ const TPL = `
|
||||
`;
|
||||
|
||||
export default class PromotedAttributesWidget extends NoteContextAwareWidget {
|
||||
get name() {
|
||||
return "promotedAttributes";
|
||||
}
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
|
||||
Reference in New Issue
Block a user