feat: add ai-is-land (#7259)

This commit is contained in:
regischen
2024-06-20 02:52:14 +00:00
parent 0d711667a8
commit ddf72733e1
8 changed files with 156 additions and 44 deletions
@@ -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}