mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
image note should reload after uploading new revision
This commit is contained in:
@@ -49,7 +49,7 @@ export default class ImagePropertiesWidget extends NoteContextAwareWidget {
|
||||
return this.note && this.note.type === 'image';
|
||||
}
|
||||
|
||||
getTitle(note) {
|
||||
getTitle() {
|
||||
return {
|
||||
show: this.isEnabled(),
|
||||
activate: true,
|
||||
|
||||
Reference in New Issue
Block a user