mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
keyboard shortcuts for ribbon tabs
This commit is contained in:
@@ -62,6 +62,10 @@ const TPL = `
|
||||
</div>
|
||||
`;
|
||||
export default class NoteInfoWidget extends NoteContextAwareWidget {
|
||||
get name() {
|
||||
return "noteInfo";
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return this.note;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user