image note should reload after uploading new revision

This commit is contained in:
zadam
2023-07-14 17:52:35 +02:00
parent b2d460d5c1
commit c3f5bb5518
3 changed files with 10 additions and 8 deletions

View File

@@ -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,