mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
refactor(editor): store should not rely on inline (#11017)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import type { DeltaInsert } from '@blocksuite/affine/inline';
|
||||
import type { AffineTextAttributes } from '@blocksuite/affine/shared/types';
|
||||
import { Text, type Workspace } from '@blocksuite/affine/store';
|
||||
import {
|
||||
type DeltaInsert,
|
||||
Text,
|
||||
type Workspace,
|
||||
} from '@blocksuite/affine/store';
|
||||
import { useCallback } from 'react';
|
||||
|
||||
export function useReferenceLinkHelper(docCollection: Workspace) {
|
||||
|
||||
Reference in New Issue
Block a user