mirror of https://github.com/laurent22/joplin.git
Electron: Fixes #535: Note preview was not always updated when it should
parent
9d915a916e
commit
fd77671575
|
@ -165,6 +165,8 @@ class NoteTextComponent extends React.Component {
|
|||
|
||||
this.lastLoadedNoteId_ = note ? note.id : null;
|
||||
|
||||
this.updateHtml(note && note.body ? note.body : '');
|
||||
|
||||
eventManager.on('alarmChange', this.onAlarmChange_);
|
||||
eventManager.on('noteTypeToggle', this.onNoteTypeToggle_);
|
||||
eventManager.on('todoToggle', this.onTodoToggle_);
|
||||
|
|
Loading…
Reference in New Issue