mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
fix(editor): some bugs of attachment column (#11031)
fix: BS-2838, BS-2837, BS-2836
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { uniReactRoot } from '@affine/component';
|
||||
import { AffineErrorBoundary } from '@affine/core/components/affine/affine-error-boundary';
|
||||
import { AiLoginRequiredModal } from '@affine/core/components/affine/auth/ai-login-required';
|
||||
import {
|
||||
@@ -151,6 +152,7 @@ export const WorkspaceLayout = ({
|
||||
<LocalQuotaModal />
|
||||
)}
|
||||
<AiLoginRequiredModal />
|
||||
<uniReactRoot.Root />
|
||||
<WorkspaceSideEffects />
|
||||
{children}
|
||||
</SWRConfigProvider>
|
||||
|
||||
Reference in New Issue
Block a user