mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
feat: add ai-is-land (#7259)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { HubIsland } from '@affine/core/components/affine/hub-island';
|
||||
import { useAppSettingHelper } from '@affine/core/hooks/affine/use-app-setting-helper';
|
||||
import type { DragEndEvent } from '@dnd-kit/core';
|
||||
import {
|
||||
@@ -116,7 +115,6 @@ export const SplitView = ({
|
||||
data-client-border={appSettings.clientBorder}
|
||||
{...attrs}
|
||||
>
|
||||
<HubIsland />
|
||||
<DndContext
|
||||
sensors={sensors}
|
||||
collisionDetection={closestCenter}
|
||||
|
||||
Reference in New Issue
Block a user