mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
refactor(editor): replace debounce and throttle with lodash (#10639)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { ReferenceInfo } from '@blocksuite/affine-model';
|
||||
import cloneDeep from 'lodash.clonedeep';
|
||||
import cloneDeep from 'lodash-es/cloneDeep';
|
||||
|
||||
/**
|
||||
* Clones reference info.
|
||||
|
||||
Reference in New Issue
Block a user