mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-12 20:26:04 +08:00
fix(core): fix the page loading style (#7336)
This commit is contained in:
@@ -91,12 +91,12 @@ export const RouteContainer = ({ route }: Props) => {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<view.body.Target className={styles.viewBodyContainer} />
|
|
||||||
<AffineErrorBoundary>
|
<AffineErrorBoundary>
|
||||||
<Suspense>
|
<Suspense>
|
||||||
<route.Component />
|
<route.Component />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
</AffineErrorBoundary>
|
</AffineErrorBoundary>
|
||||||
|
<view.body.Target className={styles.viewBodyContainer} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user