fix: session history (#1128)

This commit is contained in:
Aman Harwara
2022-06-21 16:56:33 +05:30
committed by GitHub
parent 0075fcd208
commit ee69102001
3 changed files with 7 additions and 5 deletions

View File

@@ -174,6 +174,7 @@ export class NoteHistoryController {
this.clearSelection()
this.setSelectedEntry(entry)
this.setSelectedRevision(entry)
this.setContentState(RevisionContentState.Loaded)
}
private get flattenedRemoteHistory() {