mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
added "re-render note" menu item & shortcut, closes #1766
This commit is contained in:
@@ -328,4 +328,10 @@ export default class NoteDetailWidget extends TabAwareWidget {
|
||||
async saveNoteDetailNowCommand() {
|
||||
await this.spacedUpdate.updateNowIfNecessary();
|
||||
}
|
||||
|
||||
renderActiveNoteEvent() {
|
||||
if (this.tabContext.isActive()) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user