mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-02 06:39:46 +08:00
refactor(editor): store should not rely on inline (#11017)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { ReferenceParams } from '@blocksuite/affine-model';
|
||||
import type { DeltaInsert } from '@blocksuite/inline';
|
||||
import type { DeltaInsert } from '@blocksuite/store';
|
||||
import isEqual from 'lodash-es/isEqual';
|
||||
|
||||
const mergeDeltas = (
|
||||
|
||||
Reference in New Issue
Block a user