mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
refactor(editor): replace debounce and throttle with lodash (#10639)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { throttle } from '@blocksuite/affine/global/utils';
|
||||
import clsx from 'clsx';
|
||||
import throttle from 'lodash-es/throttle';
|
||||
import { memo, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||
|
||||
import { observeResize } from '../../utils';
|
||||
|
||||
Reference in New Issue
Block a user