mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
keyboard shortcuts for ribbon tabs
This commit is contained in:
@@ -31,6 +31,10 @@ const TPL = `
|
||||
`;
|
||||
|
||||
export default class SimilarNotesWidget extends NoteContextAwareWidget {
|
||||
get name() {
|
||||
return "similarNotes";
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return super.isEnabled()
|
||||
&& this.note.type !== 'search'
|
||||
|
||||
Reference in New Issue
Block a user