Refactor history sidebar, reduce thrashing on doc render
This commit is contained in:
@@ -63,6 +63,7 @@ export default class RevisionsStore extends BaseStore<Revision> {
|
||||
});
|
||||
this.isLoaded = true;
|
||||
});
|
||||
return res.data;
|
||||
} finally {
|
||||
this.isFetching = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user