Refactor history sidebar, reduce thrashing on doc render

This commit is contained in:
Tom Moor
2019-01-19 17:28:32 -08:00
parent babcf4a3f3
commit 5525730272
6 changed files with 58 additions and 40 deletions

View File

@@ -63,6 +63,7 @@ export default class RevisionsStore extends BaseStore<Revision> {
});
this.isLoaded = true;
});
return res.data;
} finally {
this.isFetching = false;
}