mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
fix(editor): some bugs of attachment column (#11031)
fix: BS-2838, BS-2837, BS-2836
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
ConfirmModalProvider,
|
||||
PromptModalProvider,
|
||||
uniReactRoot,
|
||||
} from '@affine/component';
|
||||
import { ConfirmModalProvider, PromptModalProvider } from '@affine/component';
|
||||
import { ProviderComposer } from '@affine/component/provider-composer';
|
||||
import { ThemeProvider } from '@affine/core/components/theme-provider';
|
||||
import type { createStore } from 'jotai';
|
||||
@@ -29,7 +25,6 @@ export function AffineContext(props: AffineContextProps) {
|
||||
)}
|
||||
>
|
||||
{props.children}
|
||||
<uniReactRoot.Root />
|
||||
</ProviderComposer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user