fix(editor): some bugs of attachment column (#11031)

fix: BS-2838, BS-2837, BS-2836
This commit is contained in:
zzj3720
2025-03-20 07:48:26 +00:00
parent d47bb64597
commit c355644d47
6 changed files with 33 additions and 21 deletions
@@ -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>
);
};