mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 09:30:01 +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 { WorkspaceAIOnboarding } from '@affine/core/components/affine/ai-onboarding';
|
||||
import { AiLoginRequiredModal } from '@affine/core/components/affine/auth/ai-login-required';
|
||||
import {
|
||||
@@ -43,6 +44,7 @@ export const WorkspaceLayout = function WorkspaceLayout({
|
||||
{/* should show after workspace loaded */}
|
||||
<WorkspaceAIOnboarding />
|
||||
<AIIsland />
|
||||
<uniReactRoot.Root />
|
||||
</SWRConfigProvider>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user