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