fix: UI flash when loading history sidebar

This commit is contained in:
Tom Moor 2021-11-08 20:43:19 -08:00 committed by GitHub
parent a600a897c3
commit 37be7f99c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class Layout extends React.Component<Props> {
{this.props.children}
</Content>
<React.Suspense>
<React.Suspense fallback={null}>
<Switch>
<Route
path={`/doc/${slug}/history/:revisionId?`}